diff options
author | 2012-08-28 11:28:42 +0900 | |
---|---|---|
committer | 2012-08-29 17:33:44 +0900 | |
commit | d20652c878aae2e0e46a33310672a2786ee55b0c (patch) | |
tree | 6991b551d7fdc46a83b317422613a899a63bb940 /java/res/xml | |
parent | 9879f65651a748e4c0a45715eb7d5663652f1127 (diff) | |
download | latinime-d20652c878aae2e0e46a33310672a2786ee55b0c.tar.gz latinime-d20652c878aae2e0e46a33310672a2786ee55b0c.tar.xz latinime-d20652c878aae2e0e46a33310672a2786ee55b0c.zip |
Use non-bold text for Arabic and Thai keyboard
The key text style can be specified in each keyboard layout in
addition to by KeyboardView theme.
Bug: 6753168
Change-Id: I4b5abda9322600eb8c6421f20ceef136ef103c05
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/kbd_arabic.xml | 1 | ||||
-rw-r--r-- | java/res/xml/kbd_thai.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/java/res/xml/kbd_arabic.xml b/java/res/xml/kbd_arabic.xml index ce5f30b2f..e3b90b07b 100644 --- a/java/res/xml/kbd_arabic.xml +++ b/java/res/xml/kbd_arabic.xml @@ -20,6 +20,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + latin:keyTypeface="normal" > <include latin:keyboardLayout="@xml/rows_arabic" /> diff --git a/java/res/xml/kbd_thai.xml b/java/res/xml/kbd_thai.xml index 058ca16a3..b015d7063 100644 --- a/java/res/xml/kbd_thai.xml +++ b/java/res/xml/kbd_thai.xml @@ -20,6 +20,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + latin:keyTypeface="normal" > <include latin:keyboardLayout="@xml/rows_thai" /> |