diff options
author | 2012-07-24 03:14:50 -0700 | |
---|---|---|
committer | 2012-07-24 03:14:50 -0700 | |
commit | 12beb4d33495d0b0efbed5d697fb48cc9bcda56b (patch) | |
tree | b52525638352bc60e1e45ec468819caa7cda2879 /java | |
parent | fae3131ea7ef4cb5b88bcdccba75eec664e96e07 (diff) | |
parent | 5876e779e4d166a47c80ddd33f3321fda71a353e (diff) | |
download | latinime-12beb4d33495d0b0efbed5d697fb48cc9bcda56b.tar.gz latinime-12beb4d33495d0b0efbed5d697fb48cc9bcda56b.tar.xz latinime-12beb4d33495d0b0efbed5d697fb48cc9bcda56b.zip |
Merge "Add Malay keyboard layout"
Diffstat (limited to 'java')
-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 acb50a7fd..b2a8a04e3 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -50,6 +50,7 @@ lt: Lithuanian/qwerty lv: Latvian/qwerty mk: Macedonian/south_slavic + ms: Malay/qwerty nb: Norwegian Bokmål/nordic nl: Dutch/qwerty pl: Polish/qwerty @@ -244,6 +245,12 @@ /> <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_generic" + android:imeSubtypeLocale="ms" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable" + /> + <subtype android:icon="@drawable/ic_subtype_keyboard" + android:label="@string/subtype_generic" android:imeSubtypeLocale="nb" android:imeSubtypeMode="keyboard" android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection" |