Move fontNormal flag from Key to Row
Change-Id: I250da7c82e005ffe2027c528a1df731a1a3cdf47
diff --git a/java/res/xml/rowkeys_sinhala1.xml b/java/res/xml/rowkeys_sinhala1.xml
index e784d2d..fcad5ea 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>