diff options
author | 2015-03-23 17:31:35 -0700 | |
---|---|---|
committer | 2015-03-23 18:05:04 -0700 | |
commit | 67bb8cbe61bd0f1a29b4b248895d117ecfac138d (patch) | |
tree | cd7e451257b554e579fec371391ed84173059a62 /java/res/xml/method.xml | |
parent | 67c06fc2b85efe221a949ef0fbffa1280efc55ba (diff) | |
download | latinime-67bb8cbe61bd0f1a29b4b248895d117ecfac138d.tar.gz latinime-67bb8cbe61bd0f1a29b4b248895d117ecfac138d.tar.xz latinime-67bb8cbe61bd0f1a29b4b248895d117ecfac138d.zip |
Disable Hinglish locale.
Bug: 19899126.
Change-Id: I1824233b3bcb6cb6579714a7eb375ea2cebc39db
Diffstat (limited to 'java/res/xml/method.xml')
-rw-r--r-- | java/res/xml/method.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 64929adf1..0b0c93e84 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -366,6 +366,7 @@ /> <!-- TODO: This Hinglish keyboard is a preliminary layout. This isn't based on the final specification. --> + <!-- Disabled because there is no LM yet, and this layout does not offer anything different. <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_hi_ZZ" android:subtypeId="0x352eb37c" @@ -374,6 +375,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" |