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_sinhala3.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_sinhala3.xml')
-rw-r--r-- | java/res/xml/rowkeys_sinhala3.xml | 52 |
1 files changed, 17 insertions, 35 deletions
diff --git a/java/res/xml/rowkeys_sinhala3.xml b/java/res/xml/rowkeys_sinhala3.xml index 64ba9f339..872787517 100644 --- a/java/res/xml/rowkeys_sinhala3.xml +++ b/java/res/xml/rowkeys_sinhala3.xml @@ -18,40 +18,27 @@ */ --> -<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+0D9E: "ඞ" SINHALA LETTER KANTAJA NAASIKYAYA --> - <Key - latin:keySpec="ඞ" /> + <Key latin:keySpec="ඞ" /> <!-- U+0DA3: "ඣ" SINHALA LETTER MAHAAPRAANA JAYANNA --> - <Key - latin:keySpec="ඣ" /> + <Key latin:keySpec="ඣ" /> <!-- U+0DAA: "ඪ" SINHALA LETTER MAHAAPRAANA DDAYANNA --> - <Key - latin:keySpec="ඪ" /> + <Key latin:keySpec="ඪ" /> <!-- U+0D8A: "ඊ" SINHALA LETTER IIYANNA --> - <Key - latin:keySpec="ඊ" /> + <Key latin:keySpec="ඊ" /> <!-- U+0DB7: "භ" SINHALA LETTER MAHAAPRAANA BAYANNA --> - <Key - latin:keySpec="භ" /> + <Key latin:keySpec="භ" /> <!-- U+0DB5: "ඵ" SINHALA LETTER MAHAAPRAANA PAYANNA --> - <Key - latin:keySpec="ඵ" /> + <Key latin:keySpec="ඵ" /> <!-- U+0DC5: "ළ" SINHALA LETTER MUURDHAJA LAYANNA --> - <Key - latin:keySpec="ළ" /> + <Key latin:keySpec="ළ" /> <!-- U+0D9D: "ඝ" SINHALA LETTER MAHAAPRAANA GAYANNA --> - <Key - latin:keySpec="ඝ" /> + <Key latin:keySpec="ඝ" /> <!-- U+0DBB/U+0DCA/U+200D: "ර්" SINHALA LETTER RAYANNA/SINHALA SIGN AL-LAKUNA/ZERO WIDTH JOINER --> - <Key - latin:keySpec="ර්‍" /> + <Key latin:keySpec="ර්‍" /> </case> <default> <!-- U+0D82: "ං" SINHALA SIGN ANUSVARAYA @@ -70,25 +57,20 @@ latin:keySpec="ඩ" latin:moreKeys="ඬ" /> <!-- U+0D89: "ඉ" SINHALA LETTER IYANNA --> - <Key - latin:keySpec="ඉ" /> + <Key latin:keySpec="ඉ" /> <!-- U+0DB6: "බ" SINHALA LETTER ALPAPRAANA BAYANNA --> - <Key - latin:keySpec="බ" /> + <Key latin:keySpec="බ" /> <!-- U+0DB4: "ප" SINHALA LETTER ALPAPRAANA PAYANNA --> - <Key - latin:keySpec="ප" /> + <Key latin:keySpec="ප" /> <!-- U+0DBD: "ල" SINHALA LETTER DANTAJA LAYANNA --> - <Key - latin:keySpec="ල" /> + <Key latin:keySpec="ල" /> <!-- U+0D9C: "ග" SINHALA LETTER ALPAPRAANA GAYANNA U+0D9F: "ඟ" SINHALA LETTER SANYAKA GAYANNA --> <Key latin:keySpec="ග" latin:moreKeys="ඟ" /> <!-- U+0DF3: "ෳ" SINHALA VOWEL SIGN DIGA GAYANUKITTA --> - <Key - latin:keySpec="ෳ" /> - </default> + <Key latin:keySpec="ෳ" /> + </default> </switch> </merge> |