diff options
author | 2014-07-07 16:33:06 +0900 | |
---|---|---|
committer | 2014-07-07 18:58:01 +0900 | |
commit | 92ac2aa8ed3ad889f5a31336900e3c46264df97d (patch) | |
tree | 9cc9e15d895065c67cac7c1c566e59f57d430a59 /java/res/xml/rowkeys_sinhala1.xml | |
parent | b1807d0bc75fd4191a9cd45c03a777ee8e650686 (diff) | |
download | latinime-92ac2aa8ed3ad889f5a31336900e3c46264df97d.tar.gz latinime-92ac2aa8ed3ad889f5a31336900e3c46264df97d.tar.xz latinime-92ac2aa8ed3ad889f5a31336900e3c46264df97d.zip |
Move fontNormal flag from Key to Row
Change-Id: I250da7c82e005ffe2027c528a1df731a1a3cdf47
Diffstat (limited to 'java/res/xml/rowkeys_sinhala1.xml')
-rw-r--r-- | java/res/xml/rowkeys_sinhala1.xml | 40 |
1 files changed, 13 insertions, 27 deletions
diff --git a/java/res/xml/rowkeys_sinhala1.xml b/java/res/xml/rowkeys_sinhala1.xml index e784d2d3a..fcad5eaa3 100644 --- a/java/res/xml/rowkeys_sinhala1.xml +++ b/java/res/xml/rowkeys_sinhala1.xml @@ -18,43 +18,29 @@ */ --> -<merge - xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" -> +<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> <switch> - <case - latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted" - > + <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"> <!-- U+0DD6: "ූ" SINHALA VOWEL SIGN DIGA PAA-PILLA --> - <Key - latin:keySpec="ූ" /> + <Key latin:keySpec="ූ" /> <!-- U+0D8B: "උ" SINHALA LETTER UYANNA --> - <Key - latin:keySpec="උ" /> + <Key latin:keySpec="උ" /> <!-- U+0DD1: "ෑ" SINHALA VOWEL SIGN DIGA AEDA-PILLA --> - <Key - latin:keySpec="ෑ" /> + <Key latin:keySpec="ෑ" /> <!-- U+0D8D: "ඍ" SINHALA LETTER IRUYANNA --> - <Key - latin:keySpec="ඍ" /> + <Key latin:keySpec="ඍ" /> <!-- U+0D94: "ඔ" SINHALA LETTER OYANNA --> - <Key - latin:keySpec="ඔ" /> + <Key latin:keySpec="ඔ" /> <!-- U+0DC1: "ශ" SINHALA LETTER TAALUJA SAYANNA --> - <Key - latin:keySpec="ශ" /> + <Key latin:keySpec="ශ" /> <!-- U+0DB9: "ඹ" SINHALA LETTER AMBA BAYANNA --> - <Key - latin:keySpec="ඹ" /> + <Key latin:keySpec="ඹ" /> <!-- U+0DC2: "ෂ" SINHALA LETTER MUURDHAJA SAYANNA --> - <Key - latin:keySpec="ෂ" /> + <Key latin:keySpec="ෂ" /> <!-- U+0DB0: "ධ" SINHALA LETTER MAHAAPRAANA DAYANNA --> - <Key - latin:keySpec="ධ" /> + <Key latin:keySpec="ධ" /> <!-- U+0DA1: "ඡ" SINHALA LETTER MAHAAPRAANA CAYANNA --> - <Key - latin:keySpec="ඡ" /> + <Key latin:keySpec="ඡ" /> <!-- U+0DA5: "ඥ" SINHALA LETTER TAALUJA SANYOOGA NAAKSIKYAYA U+0DF4: "෴" SINHALA PUNCTUATION KUNDDALIYA --> <Key @@ -120,6 +106,6 @@ <Key latin:keySpec="ඤ" latin:moreKeys="෴" /> - </default> + </default> </switch> </merge> |