Unexpected-Keyboard/res/xml/method.xml
2015-07-30 20:14:55 +02:00

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>