diff options
author | 2012-07-25 15:51:01 +0900 | |
---|---|---|
committer | 2012-07-25 17:48:37 +0900 | |
commit | a28f6c9a18e9eaea3798e15786ada2a6db526440 (patch) | |
tree | 9939192d0dea3755bb946a14e1d98b5124ee2b4c /java/res | |
parent | 42208100d87769006d0448db604a2efa1048b5d3 (diff) | |
download | latinime-a28f6c9a18e9eaea3798e15786ada2a6db526440.tar.gz latinime-a28f6c9a18e9eaea3798e15786ada2a6db526440.tar.xz latinime-a28f6c9a18e9eaea3798e15786ada2a6db526440.zip |
Add Swahili keyboard layout
Bug: 6867914
Change-Id: I2b9b0a06ff49a2afe16ec7a0ace0503d1658d413
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" |