12 lines
388 B
XML
12 lines
388 B
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" />
|
|
|
|
</input-method>
|