diff options
author | 2012-08-31 19:19:35 +0900 | |
---|---|---|
committer | 2012-09-03 14:05:10 +0900 | |
commit | 8624a0a1862116772d56e003f972242bea54e74a (patch) | |
tree | 210be119d30c5c06052beb03a80bb5bc7b717440 /java/res/xml-sw600dp-land | |
parent | 8251036616dc30db9ad1a981cc5af5843d474647 (diff) | |
download | latinime-8624a0a1862116772d56e003f972242bea54e74a.tar.gz latinime-8624a0a1862116772d56e003f972242bea54e74a.tar.xz latinime-8624a0a1862116772d56e003f972242bea54e74a.zip |
Use normal font for Thai
This change also adds workaround to display Thai composing letters
correctly.
Bug: 6753168
Change-Id: Ibd42ebb40df08b5de32b3500f10003c4a5de4897
Diffstat (limited to 'java/res/xml-sw600dp-land')
-rw-r--r-- | java/res/xml-sw600dp-land/kbd_thai.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/java/res/xml-sw600dp-land/kbd_thai.xml b/java/res/xml-sw600dp-land/kbd_thai.xml index e29ddb531..b4a4a0b92 100644 --- a/java/res/xml-sw600dp-land/kbd_thai.xml +++ b/java/res/xml-sw600dp-land/kbd_thai.xml @@ -20,11 +20,10 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" - 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:verticalGap="@fraction/key_bottom_gap_5row" + latin:keyLetterSize="@fraction/key_letter_ratio_5row" + latin:keyShiftedLetterHintRatio="@fraction/key_uppercase_letter_ratio_5row" latin:touchPositionCorrectionData="@null" > <include |