8 lines
260 B
XML
8 lines
260 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<input-method xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
<subtype
|
||
|
|
android:imeSubtypeMode="keyboard"
|
||
|
|
android:imeSubtypeLocale="en_US"
|
||
|
|
android:label="English" />
|
||
|
|
</input-method>
|