diff options
author | 2014-09-26 16:14:05 +0900 | |
---|---|---|
committer | 2014-10-01 09:36:56 +0000 | |
commit | 2a6176fc656aff50f1256b7e63109419d4fd607e (patch) | |
tree | 788c7c7b8c0b79b4813d184d2ee8f20a6fbe860a /java/res/xml | |
parent | 31c16d41bc67fa9def9290bb72594d35833b48f6 (diff) | |
download | latinime-2a6176fc656aff50f1256b7e63109419d4fd607e.tar.gz latinime-2a6176fc656aff50f1256b7e63109419d4fd607e.tar.xz latinime-2a6176fc656aff50f1256b7e63109419d4fd607e.zip |
Enable preliminary Sinhara keyboard for dogfood
Bug: 6911143
Change-Id: I38241d00567b25d1c6ba352f5b01eb8d8d532e0f
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/method.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 10d8124be..8cc66425c 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -639,7 +639,6 @@ /> <!-- TODO: This Sinhala 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="0x5c6b3bde" @@ -648,7 +647,6 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=sinhala,EmojiCapable" android:isAsciiCapable="false" /> - --> <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:subtypeId="0x8e94d413" @@ -707,8 +705,7 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" android:isAsciiCapable="false" /> - <!-- TODO: Enable ta_LK subtype when si_LK subtype is ready --> - <!-- + <!-- TODO: Enabling/Disabling ta_LK subtype must be aligned with si_LK subtype. --> <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:subtypeId="0x6ca12d84" @@ -717,7 +714,6 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" android:isAsciiCapable="false" /> - --> <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:subtypeId="0x785abbd9" |