diff options
author | 2012-07-24 04:09:36 -0700 | |
---|---|---|
committer | 2012-07-24 04:09:37 -0700 | |
commit | 1f43ded6372e0629be62b44e3fc5a72d94bf7a61 (patch) | |
tree | a5f76166ff7db6eaa38d8a2956d72b59f3e2e7d6 /java/res/xml | |
parent | 981ee0edae69e189015975f2ac2a81e4e4adc024 (diff) | |
parent | 9ecf63468652b68ee1003d04ce167c1586e03748 (diff) | |
download | latinime-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.xml | 15 |
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" |