diff options
author | 2015-03-18 09:57:24 -0700 | |
---|---|---|
committer | 2015-03-18 10:24:07 -0700 | |
commit | d4ce5e944b849cbae65aa62f99bf2ee0796fbff3 (patch) | |
tree | 4342ee3f0d6011424b79ee54362c3db0edcde5b0 /java/res/xml/method.xml | |
parent | e2da4c6ab8455459429fe8b5922b7bba41b4da6e (diff) | |
download | latinime-d4ce5e944b849cbae65aa62f99bf2ee0796fbff3.tar.gz latinime-d4ce5e944b849cbae65aa62f99bf2ee0796fbff3.tar.xz latinime-d4ce5e944b849cbae65aa62f99bf2ee0796fbff3.zip |
Disable si_LK and ta_LK subtypes.
Bug: 19815109
Change-Id: I3681fcf17752defdf3c1bacff9dadb60df2468ab
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 33a10fa8f..64929adf1 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -626,6 +626,7 @@ /> <!-- TODO: This Sinhala keyboard is a preliminary layout. This isn't based on the final specification. --> + <!-- si_LK is currently disabled due to lack of combination rules. <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:subtypeId="0x5c6b3bde" @@ -634,6 +635,7 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=sinhala,EmojiCapable" android:isAsciiCapable="false" /> + --> <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:subtypeId="0x8e94d413" @@ -693,6 +695,7 @@ android:isAsciiCapable="false" /> <!-- TODO: Enabling/Disabling ta_LK subtype must be aligned with si_LK subtype. --> + <!-- ta_LK disabled alongside si_LK subtype due to lack of combination rules. <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:subtypeId="0x6ca12d84" @@ -701,6 +704,7 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" android:isAsciiCapable="false" /> + !--> <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:subtypeId="0x785abbd9" |