diff options
author | 2015-03-24 01:39:12 +0000 | |
---|---|---|
committer | 2015-03-24 01:39:12 +0000 | |
commit | 0880e4143a67d4fd8ca7501529bd428a7f64495a (patch) | |
tree | 90d30dc314624ae5439c58e1ce44fbb79309c87d /java | |
parent | b84617af204d73078101e91c76980607cbc709b1 (diff) | |
parent | 37cb7a7371fbd0bcb1095b6975ec875f7e28cda4 (diff) | |
download | latinime-0880e4143a67d4fd8ca7501529bd428a7f64495a.tar.gz latinime-0880e4143a67d4fd8ca7501529bd428a7f64495a.tar.xz latinime-0880e4143a67d4fd8ca7501529bd428a7f64495a.zip |
am 37cb7a73: Merge "Disable Hinglish locale."
* commit '37cb7a7371fbd0bcb1095b6975ec875f7e28cda4':
Disable Hinglish locale.
Diffstat (limited to 'java')
-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" |