mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-23 07:43:13 +01:00
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>
|