diff options
author | 2012-08-31 19:12:12 +0900 | |
---|---|---|
committer | 2012-08-31 19:14:33 +0900 | |
commit | 518838b7782ded431c95115b02fe5394d4318998 (patch) | |
tree | 37b7e4c6b925156a2af9f66eaf4f8d0a6b562ad6 /java/res/xml-sw600dp-land | |
parent | 666a4338026866df1f18dd6b3f968c3788943e4c (diff) | |
download | latinime-518838b7782ded431c95115b02fe5394d4318998.tar.gz latinime-518838b7782ded431c95115b02fe5394d4318998.tar.xz latinime-518838b7782ded431c95115b02fe5394d4318998.zip |
Use resource to specify 5-rows keyboard parameters
Change-Id: I67b290c4600dee43a81ba975ffc93a32a6d060b4
Diffstat (limited to 'java/res/xml-sw600dp-land')
-rw-r--r-- | java/res/xml-sw600dp-land/kbd_thai.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml-sw600dp-land/kbd_thai.xml b/java/res/xml-sw600dp-land/kbd_thai.xml index a7763f2c7..e29ddb531 100644 --- a/java/res/xml-sw600dp-land/kbd_thai.xml +++ b/java/res/xml-sw600dp-land/kbd_thai.xml @@ -20,9 +20,9 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" - latin:rowHeight="20%p" - latin:verticalGap="3.20%p" latin:keyTypeface="normal" + latin:rowHeight="20%p" + latin:verticalGap="@fraction/key_bottom_gap_5rows" latin:keyLetterSize="@fraction/key_letter_ratio_5rows" latin:keyShiftedLetterHintRatio="@fraction/key_uppercase_letter_ratio_5rows" latin:touchPositionCorrectionData="@null" |