diff options
| author | juloo | 2015-07-30 20:14:55 +0200 |
|---|---|---|
| committer | juloo | 2015-07-30 20:14:55 +0200 |
| commit | 90167a986b166f4fb0e97b90bf63993b1c40d1a3 (patch) | |
| tree | ba622083fec596b5831650317cd16a5bc7af9753 /res/xml/method.xml | |
| download | unexpected-keyboard-90167a986b166f4fb0e97b90bf63993b1c40d1a3.tar.gz unexpected-keyboard-90167a986b166f4fb0e97b90bf63993b1c40d1a3.zip | |
Initial commit
Diffstat (limited to 'res/xml/method.xml')
| -rw-r--r-- | res/xml/method.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/xml/method.xml b/res/xml/method.xml new file mode 100644 index 0000000..fdf120f --- /dev/null +++ b/res/xml/method.xml @@ -0,0 +1,10 @@ +<?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> |
