diff options
author | 2013-07-23 23:41:52 -0700 | |
---|---|---|
committer | 2013-07-23 23:41:52 -0700 | |
commit | 470cd988a4b5930263a66697215440e8c0c41586 (patch) | |
tree | f55987c7e6149fa417c42b551b8e6809a3a12e47 /java | |
parent | 9b4d0c7047e6585be4d79156ee8dbbafdb0eb152 (diff) | |
parent | 9d802202d73592ed18f2fe7835eff6156497e39d (diff) | |
download | latinime-470cd988a4b5930263a66697215440e8c0c41586.tar.gz latinime-470cd988a4b5930263a66697215440e8c0c41586.tar.xz latinime-470cd988a4b5930263a66697215440e8c0c41586.zip |
am 9d802202: Merge "Temporarily disabled Azerbaijani subtype"
* commit '9d802202d73592ed18f2fe7835eff6156497e39d':
Temporarily disabled Azerbaijani subtype
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/method.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 8710946f4..52d715a7a 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -24,7 +24,7 @@ keyboard_locale: script_name/keyboard_layout_set af: Afrikaans/qwerty ar: Arabic/arabic - az: Azerbaijani/qwerty + (az: Azerbaijani/qwerty) # disabled temporarily. waiting for strnig resources. be: Belarusian/east_slavic bg: Bulgarian/bulgarian bg: Bulgarian/bulgarian_bds @@ -117,13 +117,15 @@ android:imeSubtypeMode="keyboard" android:imeSubtypeExtraValue="SupportTouchPositionCorrection" /> + <!-- <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_generic" - android:subtypeId="0x2a362219" + android:subtypeId="0x70b0f974" android:imeSubtypeLocale="az" android:imeSubtypeMode="keyboard" - android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection" + android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable" /> + --> <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_generic" android:subtypeId="0x1dc3a859" |