Move fontNormal flag from Key to Row
Change-Id: I250da7c82e005ffe2027c528a1df731a1a3cdf47
diff --git a/java/res/xml-sw600dp/rows_thai.xml b/java/res/xml-sw600dp/rows_thai.xml
index 7738c7f..2006056 100644
--- a/java/res/xml-sw600dp/rows_thai.xml
+++ b/java/res/xml-sw600dp/rows_thai.xml
@@ -18,31 +18,29 @@
*/
-->
-<merge
- xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
->
- <include
- latin:keyboardLayout="@xml/key_styles_common" />
+<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
+ <include latin:keyboardLayout="@xml/key_styles_common" />
<Row
latin:keyWidth="7.5%p"
+ latin:keyLabelFlags="fontNormal"
>
- <include
- latin:keyboardLayout="@xml/rowkeys_thai1" />
+ <include latin:keyboardLayout="@xml/rowkeys_thai1" />
<Key
latin:keyStyle="deleteKeyStyle"
latin:keyWidth="fillRight" />
- </Row>
+ </Row>
<Row
latin:keyWidth="7.5%p"
+ latin:keyLabelFlags="fontNormal"
>
<include
latin:keyboardLayout="@xml/rowkeys_thai2"
latin:keyXPos="2.5%p" />
- <include
- latin:keyboardLayout="@xml/key_thai_kho_khuat" />
+ <include latin:keyboardLayout="@xml/key_thai_kho_khuat" />
</Row>
<Row
latin:keyWidth="7.5%p"
+ latin:keyLabelFlags="fontNormal"
>
<include
latin:keyboardLayout="@xml/rowkeys_thai3"
@@ -53,24 +51,20 @@
</Row>
<Row
latin:keyWidth="7.5%p"
+ latin:keyLabelFlags="fontNormal"
>
<Key
latin:keyStyle="shiftKeyStyle"
latin:keyWidth="10.0%p" />
- <include
- latin:keyboardLayout="@xml/rowkeys_thai4" />
+ <include latin:keyboardLayout="@xml/rowkeys_thai4" />
<switch>
- <case
- latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
- >
+ <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted">
<Spacer />
</case>
<default>
- <include
- latin:keyboardLayout="@xml/keys_exclamation_question" />
+ <include latin:keyboardLayout="@xml/keys_exclamation_question" />
</default>
</switch>
</Row>
- <include
- latin:keyboardLayout="@xml/row_qwerty4" />
+ <include latin:keyboardLayout="@xml/row_qwerty4" />
</merge>