diff options
author | 2012-07-25 10:58:43 -0700 | |
---|---|---|
committer | 2012-07-25 10:58:44 -0700 | |
commit | 0a370ac80f934f4eb7f0c44c310dc3e216b507ea (patch) | |
tree | d975abf35f6a0e1292e78290a2681ef636b44c61 /java/res | |
parent | 2f81757c3a5eb50d41ce19fb534f72cbf607a997 (diff) | |
parent | a28f6c9a18e9eaea3798e15786ada2a6db526440 (diff) | |
download | latinime-0a370ac80f934f4eb7f0c44c310dc3e216b507ea.tar.gz latinime-0a370ac80f934f4eb7f0c44c310dc3e216b507ea.tar.xz latinime-0a370ac80f934f4eb7f0c44c310dc3e216b507ea.zip |
Merge "Add Swahili keyboard layout"
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/xml/method.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index b1315c002..b448e00a3 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -64,6 +64,7 @@ sr: Serbian/south_slavic (sr-Latn: Serbian/qwerty) # not yet implemented. sv: Swedish/nordic + sw: Swahili/qwerty th: Thai/thai tl: Tagalog/spanish tr: Turkish/qwerty @@ -341,6 +342,12 @@ /> <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_generic" + android:imeSubtypeLocale="sw" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable" + /> + <subtype android:icon="@drawable/ic_subtype_keyboard" + android:label="@string/subtype_generic" android:imeSubtypeLocale="th" android:imeSubtypeMode="keyboard" android:imeSubtypeExtraValue="KeyboardLayoutSet=thai" |