You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
517 B
13 lines
517 B
7 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:isDefault="true"
|
||
|
android:supportsSwitchingToNextInputMethod="false">
|
||
|
<subtype android:icon="@drawable/ic_ime_switcher_dark"
|
||
|
android:label="@string/subtype_en_US"
|
||
|
android:subtypeId="0xc9194f98"
|
||
|
android:imeSubtypeLocale="en_US"
|
||
|
android:languageTag="en-US"
|
||
|
android:imeSubtypeMode="keyboard"
|
||
|
android:isAsciiCapable="true" />
|
||
|
</input-method>
|