36 lines
1.0 KiB
XML
36 lines
1.0 KiB
XML
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:settingsActivity="net.mezimmah.wkt9.preferences.PreferencesActivity"
|
|
android:supportsInlineSuggestions="true">
|
|
|
|
<subtype
|
|
android:label="English US"
|
|
android:imeSubtypeLocale="en_US"
|
|
android:languageTag="en-US"
|
|
android:imeSubtypeMode="keyboard" />
|
|
|
|
<subtype
|
|
android:label="Dutch NL"
|
|
android:imeSubtypeLocale="nl_NL"
|
|
android:languageTag="nl-NL"
|
|
android:imeSubtypeMode="keyboard" />
|
|
|
|
<subtype
|
|
android:label="Spanish ES"
|
|
android:imeSubtypeLocale="es_ES"
|
|
android:languageTag="es-ES"
|
|
android:imeSubtypeMode="keyboard" />
|
|
|
|
<subtype
|
|
android:label="German DE"
|
|
android:imeSubtypeLocale="de_DE"
|
|
android:languageTag="de-DE"
|
|
android:imeSubtypeMode="keyboard" />
|
|
|
|
<subtype
|
|
android:label="Portuguese PT"
|
|
android:imeSubtypeLocale="pt_PT"
|
|
android:languageTag="pt-PT"
|
|
android:imeSubtypeMode="keyboard" />
|
|
|
|
</input-method>
|