forked from extern/Unexpected-Keyboard
11 lines
335 B
XML
11 lines
335 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:supportsSwitchingToNextInputMethod="true">
|
|
<subtype
|
|
android:label="@string/lol"
|
|
android:icon="@drawable/ic_launcher"
|
|
android:imeSubtypeLocale="en_US"
|
|
android:imeSubtypeMode="keyboard"
|
|
/>
|
|
</input-method>
|