diff options
author | 2014-09-20 12:22:21 +0900 | |
---|---|---|
committer | 2014-09-20 03:27:45 +0000 | |
commit | 0e6dd1a6f1945088d59396dad23d7480d95031f2 (patch) | |
tree | 6c1590fbe997dd5cc8e79bd7db17a5f6b26d21e8 /java/res/xml/method.xml | |
parent | db35c046d6cef15738c786d4445cf2df5f062e49 (diff) | |
download | latinime-0e6dd1a6f1945088d59396dad23d7480d95031f2.tar.gz latinime-0e6dd1a6f1945088d59396dad23d7480d95031f2.tar.xz latinime-0e6dd1a6f1945088d59396dad23d7480d95031f2.zip |
Disable preliminary subtypes on E-release
This CL disables the following preliminary subtypes.
- hi_ZZ: Hinglish
- my_MM: Myanmar
Bug: 17587199
Change-Id: Ib7c88fc4817b79f8e46b5d499c6bb748c24d6c7d
Diffstat (limited to 'java/res/xml/method.xml')
-rw-r--r-- | java/res/xml/method.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 74ac79f59..cb436725f 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -357,6 +357,7 @@ /> <!-- TODO: This Hinglish keyboard is a preliminary layout. This isn't based on the final specification. --> + <!-- <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_hi_ZZ" android:subtypeId="0x352eb37c" @@ -365,6 +366,7 @@ android:imeSubtypeExtraValue="AsciiCapable,KeyboardLayoutSet=qwerty,EmojiCapable" android:isAsciiCapable="true" /> + --> <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:subtypeId="0x35b7526a" @@ -537,6 +539,7 @@ /> <!-- TODO: This Myanmar keyboard is a preliminary layout. This isn't based on the final specification. --> + <!-- <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:subtypeId="0xea266ea4" @@ -545,6 +548,7 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=myanmar,EmojiCapable,CombiningRules=MyanmarReordering" android:isAsciiCapable="false" /> + --> <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:subtypeId="0x3f12ee14" |