diff options
author | 2014-08-11 15:22:19 +0900 | |
---|---|---|
committer | 2014-08-11 18:07:27 +0900 | |
commit | 25906373ffe1b0e3e99b7412e9fd2a54f5d73345 (patch) | |
tree | 7cac755c36a5bab0ccd0fdd07c08c08b87287794 /java/res/xml/method.xml | |
parent | 2863997abd6e27b6b8ab06efe1f58d5ba3b4a908 (diff) | |
download | latinime-25906373ffe1b0e3e99b7412e9fd2a54f5d73345.tar.gz latinime-25906373ffe1b0e3e99b7412e9fd2a54f5d73345.tar.xz latinime-25906373ffe1b0e3e99b7412e9fd2a54f5d73345.zip |
Fix Tamil keyboard
This CL adds Tamil (Sri Lanka) and Tamil (Singapore) subtypes.
This CL also fixes Sinhala Keyboard's currency symbol.
Bug: 9978106
Bug: 6911143
Change-Id: I2060978097882d0f4b1ec10f1103260ed8a447d0
Diffstat (limited to 'java/res/xml/method.xml')
-rw-r--r-- | java/res/xml/method.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 4e2ce75f3..b3381c54c 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -92,6 +92,8 @@ sv: Swedish/nordic sw: Swahili/qwerty ta_IN: Tamil (India)/tamil + ta_LK: Tamil (Sri Lanka)/tamil + ta_SG: Tamil (Singapore)/tamil te_IN: Telugu (India)/telugu th: Thai/thai tl: Tagalog/spanish @@ -690,6 +692,22 @@ /> <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" + android:subtypeId="0x6ca12d84" + android:imeSubtypeLocale="ta_LK" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" + android:isAsciiCapable="false" + /> + <subtype android:icon="@drawable/ic_ime_switcher_dark" + android:label="@string/subtype_generic" + android:subtypeId="0x785abbd9" + android:imeSubtypeLocale="ta_SG" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" + android:isAsciiCapable="false" + /> + <subtype android:icon="@drawable/ic_ime_switcher_dark" + android:label="@string/subtype_generic" android:subtypeId="0x1e177389" android:imeSubtypeLocale="te_IN" android:imeSubtypeMode="keyboard" |