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 | |
| download | unexpected-keyboard-90167a986b166f4fb0e97b90bf63993b1c40d1a3.tar.gz unexpected-keyboard-90167a986b166f4fb0e97b90bf63993b1c40d1a3.zip | |
Initial commit
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/azerty.xml | 39 | ||||
| -rw-r--r-- | res/xml/method.xml | 10 |
2 files changed, 49 insertions, 0 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml new file mode 100644 index 0000000..72e4753 --- /dev/null +++ b/res/xml/azerty.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<keyboard> + <row> + <key key0="a" key2="1" /> + <key key0="z" key2="2" /> + <key key0="e" key2="3" /> + <key key0="r" key2="4" /> + <key key0="t" key2="5" /> + <key key0="y" key2="6" /> + <key key0="u" key2="7" /> + <key key0="i" key2="8" /> + <key key0="o" key2="9" /> + <key key0="p" key2="0" /> + </row> + <row> + <key key0="q" /> + <key key0="s" /> + <key key0="d" /> + <key key0="f" /> + <key key0="g" /> + <key key0="h" /> + <key key0="j" /> + <key key0="k" /> + <key key0="l" /> + <key key0="m" /> + </row> + <row> + <key key0="w" /> + <key key0="x" /> + <key key0="c" /> + <key key0="v" /> + <key key0="b" /> + <key key0="n" /> + </row> + <row> + <key width="4.0" key0="space" /> + <key width="1.5" key0="enter" /> + </row> +</keyboard> 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> |
