diff options
author | 2013-07-23 18:34:06 +0900 | |
---|---|---|
committer | 2013-07-23 18:34:06 +0900 | |
commit | 8c04df2006a0ff1f0733c7344aeb62e875cba4bb (patch) | |
tree | a15ab92bb836af10bd8d9d43d7e59e8e1f9bf776 /java | |
parent | 62f3b4e9c9d896d2026ebf363aeefce36116baac (diff) | |
download | latinime-8c04df2006a0ff1f0733c7344aeb62e875cba4bb.tar.gz latinime-8c04df2006a0ff1f0733c7344aeb62e875cba4bb.tar.xz latinime-8c04df2006a0ff1f0733c7344aeb62e875cba4bb.zip |
Temporarily disabled Kazakh subtype
Bug: 9698902
Change-Id: Ic44ef378a979de364ce56aa41c6c3c95fec9709c
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" |