diff options
author | 2014-04-08 15:34:41 +0900 | |
---|---|---|
committer | 2014-04-09 12:48:43 +0900 | |
commit | daf75d275e7041bd9669315eb162489ddbf558a8 (patch) | |
tree | e9e3a65697e2685ced172817d61bef3dad9d07c0 /java/res/xml/method.xml | |
parent | 27a4f2e5e17ef684a94fbd66b5d74ad0fc1fa4f6 (diff) | |
download | latinime-daf75d275e7041bd9669315eb162489ddbf558a8.tar.gz latinime-daf75d275e7041bd9669315eb162489ddbf558a8.tar.xz latinime-daf75d275e7041bd9669315eb162489ddbf558a8.zip |
Add en_IN subtype
Bug: 13914988
Change-Id: Ifd497a6a1d2686490e388e10e391475e97e9c166
Diffstat (limited to 'java/res/xml/method.xml')
-rw-r--r-- | java/res/xml/method.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 6db80b857..1bef3c254 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -34,6 +34,7 @@ de: German/qwertz de_CH: German (Switzerland)/swiss el: Greek/greek + en_IN: English (India)/qwerty en_US: English (United States)/qwerty en_GB: English (Great Britain)/qwerty eo: Esperanto/spanish @@ -217,6 +218,14 @@ /> <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" + android:subtypeId="0x8d58fc2d" + android:imeSubtypeLocale="en_IN" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable,EmojiCapable" + android:isAsciiCapable="true" + /> + <subtype android:icon="@drawable/ic_ime_switcher_dark" + android:label="@string/subtype_generic" android:subtypeId="0x4090554a" android:imeSubtypeLocale="eo" android:imeSubtypeMode="keyboard" |