diff options
author | 2013-07-23 03:14:15 -0700 | |
---|---|---|
committer | 2013-07-23 03:14:15 -0700 | |
commit | 116bfe935616dac36d4083f3f35b482a9fb78f0c (patch) | |
tree | 493cd90e1c28f448bd36c5025301b79728bd170f /java | |
parent | bb40d98dcbd42baec5171b1da7fb274d40d7e509 (diff) | |
parent | 8c04df2006a0ff1f0733c7344aeb62e875cba4bb (diff) | |
download | latinime-116bfe935616dac36d4083f3f35b482a9fb78f0c.tar.gz latinime-116bfe935616dac36d4083f3f35b482a9fb78f0c.tar.xz latinime-116bfe935616dac36d4083f3f35b482a9fb78f0c.zip |
am 8c04df20: Temporarily disabled Kazakh subtype
* commit '8c04df2006a0ff1f0733c7344aeb62e875cba4bb':
Temporarily disabled Kazakh subtype
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/method.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 20b8def4a..8710946f4 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -52,7 +52,7 @@ it: Italian/qwerty iw: Hebrew/hebrew # "he" is official language code of Hebrew. ka: Georgian/georgian - kk: Kazakh/east_slavic + (kk: Kazakh/east_slavic) # disabled temporarily. waiting for strnig resources. ky: Kyrgyz/east_slavic lt: Lithuanian/qwerty lv: Latvian/qwerty @@ -303,6 +303,7 @@ android:imeSubtypeMode="keyboard" android:imeSubtypeExtraValue="KeyboardLayoutSet=georgian" /> + <!-- <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_generic" android:subtypeId="0x2d73d2f6" @@ -310,6 +311,7 @@ android:imeSubtypeMode="keyboard" android:imeSubtypeExtraValue="KeyboardLayoutSet=east_slavic" /> + --> <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_generic" android:subtypeId="0x2e391c04" |