aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-07-24 04:09:36 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-24 04:09:37 -0700
commit1f43ded6372e0629be62b44e3fc5a72d94bf7a61 (patch)
treea5f76166ff7db6eaa38d8a2956d72b59f3e2e7d6 /java/res/xml
parent981ee0edae69e189015975f2ac2a81e4e4adc024 (diff)
parent9ecf63468652b68ee1003d04ce167c1586e03748 (diff)
downloadlatinime-1f43ded6372e0629be62b44e3fc5a72d94bf7a61.tar.gz
latinime-1f43ded6372e0629be62b44e3fc5a72d94bf7a61.tar.xz
latinime-1f43ded6372e0629be62b44e3fc5a72d94bf7a61.zip
Merge "Add Seriban Latin keyboard layout as comments"
Diffstat (limited to 'java/res/xml')
-rw-r--r--java/res/xml/method.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml
index 27efc84c0..41d439e95 100644
--- a/java/res/xml/method.xml
+++ b/java/res/xml/method.xml
@@ -62,6 +62,7 @@
sk: Slovak/qwerty
sl: Slovenian/qwerty
sr: Serbian/south_slavic
+ (sr-Latn: Serbian/qwerty) # not yet implemented.
sv: Swedish/nordic
th: Thai/thai
tl: Tagalog/spanish
@@ -317,6 +318,20 @@
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="SupportTouchPositionCorrection"
/>
+ <!-- TODO: Uncomment once we can handle IETF language tag with script name specified.
+ <subtype android:icon="@drawable/ic_subtype_keyboard"
+ android:label="@string/subtype_serbian_cyrillic"
+ android:imeSubtypeLocale="sr"
+ android:imeSubtypeMode="keyboard"
+ android:imeSubtypeExtraValue="SupportTouchPositionCorrection"
+ />
+ <subtype android:icon="@drawable/ic_subtype_keyboard"
+ android:label="@string/subtype_serbian_latin"
+ android:imeSubtypeLocale="sr-Latn"
+ android:imeSubtypeMode="keyboard"
+ android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
+ />
+ -->
<subtype android:icon="@drawable/ic_subtype_keyboard"
android:label="@string/subtype_generic"
android:imeSubtypeLocale="sv"