diff options
author | 2014-09-20 03:42:34 +0000 | |
---|---|---|
committer | 2014-09-20 03:42:34 +0000 | |
commit | 2a63382039112eb513a6095c93fdf13df750fd8f (patch) | |
tree | 30eb241b69cac9abf268abbc551a3d7371396b21 | |
parent | 75d2e1574b2e7127270a4a744ddf056ee08a6926 (diff) | |
parent | 0e6dd1a6f1945088d59396dad23d7480d95031f2 (diff) | |
download | latinime-2a63382039112eb513a6095c93fdf13df750fd8f.tar.gz latinime-2a63382039112eb513a6095c93fdf13df750fd8f.tar.xz latinime-2a63382039112eb513a6095c93fdf13df750fd8f.zip |
am 0e6dd1a6: Disable preliminary subtypes on E-release
* commit '0e6dd1a6f1945088d59396dad23d7480d95031f2':
Disable preliminary subtypes on E-release
-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" |