aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-08-28 11:28:42 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-08-29 17:33:44 +0900
commitd20652c878aae2e0e46a33310672a2786ee55b0c (patch)
tree6991b551d7fdc46a83b317422613a899a63bb940 /java/res/xml
parent9879f65651a748e4c0a45715eb7d5663652f1127 (diff)
downloadlatinime-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.xml1
-rw-r--r--java/res/xml/kbd_thai.xml1
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" />