diff options
author | 2014-05-12 09:33:27 +0000 | |
---|---|---|
committer | 2014-05-12 09:33:27 +0000 | |
commit | fac678e13df2c6073bdd7f9dc2fca1d4e16f8309 (patch) | |
tree | d66559a94ae8165f043082c1f598a25b3e238b1b /java/res | |
parent | 4fb490ff90423b17181e5402d7f2056d508f3f0a (diff) | |
parent | be99616afa2243fe48dc406d0a3f442cb05453b4 (diff) | |
download | latinime-fac678e13df2c6073bdd7f9dc2fca1d4e16f8309.tar.gz latinime-fac678e13df2c6073bdd7f9dc2fca1d4e16f8309.tar.xz latinime-fac678e13df2c6073bdd7f9dc2fca1d4e16f8309.zip |
Merge "Create the path for specifying combining rules in the subtype"
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/xml/method.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 015699681..2adc957b1 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -503,7 +503,7 @@ android:subtypeId="0xea266ea4" android:imeSubtypeLocale="my_MM" android:imeSubtypeMode="keyboard" - android:imeSubtypeExtraValue="KeyboardLayoutSet=myanmar,EmojiCapable" + android:imeSubtypeExtraValue="KeyboardLayoutSet=myanmar,EmojiCapable,CombiningRules=MyanmarReordering" android:isAsciiCapable="false" /> <subtype android:icon="@drawable/ic_ime_switcher_dark" |