diff options
author | 2012-08-28 11:28:42 +0900 | |
---|---|---|
committer | 2012-08-29 19:04:49 +0900 | |
commit | ac621d1527ee998e7d299788c2ab240f94046046 (patch) | |
tree | 1c9f77ed5f31ff466d4e006cd1c44f5167c37cf1 /java/res/xml-sw600dp-land | |
parent | 160dc0f98e513819a6ebf11a2d65cdc851389344 (diff) | |
download | latinime-ac621d1527ee998e7d299788c2ab240f94046046.tar.gz latinime-ac621d1527ee998e7d299788c2ab240f94046046.tar.xz latinime-ac621d1527ee998e7d299788c2ab240f94046046.zip |
Fix key letter size of 5-rows Thai keyboard
The key text size can be specified in each keyboard layout in addition
to by KeyboardView theme.
Bug: 6473915
Change-Id: Icd2d436fa1d8fc7bd1deb9e4b799d4f624376fb2
Diffstat (limited to 'java/res/xml-sw600dp-land')
-rw-r--r-- | java/res/xml-sw600dp-land/kbd_thai.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/xml-sw600dp-land/kbd_thai.xml b/java/res/xml-sw600dp-land/kbd_thai.xml index 314306140..a7763f2c7 100644 --- a/java/res/xml-sw600dp-land/kbd_thai.xml +++ b/java/res/xml-sw600dp-land/kbd_thai.xml @@ -23,6 +23,8 @@ latin:rowHeight="20%p" latin:verticalGap="3.20%p" latin:keyTypeface="normal" + latin:keyLetterSize="@fraction/key_letter_ratio_5rows" + latin:keyShiftedLetterHintRatio="@fraction/key_uppercase_letter_ratio_5rows" latin:touchPositionCorrectionData="@null" > <include |