aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-08-31 04:06:35 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-31 04:06:35 -0700
commit67d0a597bc084c18750265decb6c26d30f5d9b91 (patch)
tree46391291846dca071e46ac49b73ee6d41871edbb /java/res/xml
parent74b89db8a4524cd702a46bc975a6af0e4fcfc7e4 (diff)
parent518838b7782ded431c95115b02fe5394d4318998 (diff)
downloadlatinime-67d0a597bc084c18750265decb6c26d30f5d9b91.tar.gz
latinime-67d0a597bc084c18750265decb6c26d30f5d9b91.tar.xz
latinime-67d0a597bc084c18750265decb6c26d30f5d9b91.zip
Merge "Use resource to specify 5-rows keyboard parameters" into jb-mr1-dev
Diffstat (limited to 'java/res/xml')
-rw-r--r--java/res/xml/kbd_pcqwerty.xml4
-rw-r--r--java/res/xml/kbd_pcqwerty_symbols.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/java/res/xml/kbd_pcqwerty.xml b/java/res/xml/kbd_pcqwerty.xml
index cebca4ff7..a6ab2baff 100644
--- a/java/res/xml/kbd_pcqwerty.xml
+++ b/java/res/xml/kbd_pcqwerty.xml
@@ -21,7 +21,9 @@
<Keyboard
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
latin:rowHeight="20%p"
- latin:verticalGap="3.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"
>
<include
diff --git a/java/res/xml/kbd_pcqwerty_symbols.xml b/java/res/xml/kbd_pcqwerty_symbols.xml
index fd64e5bf4..e86274809 100644
--- a/java/res/xml/kbd_pcqwerty_symbols.xml
+++ b/java/res/xml/kbd_pcqwerty_symbols.xml
@@ -21,7 +21,9 @@
<Keyboard
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
latin:rowHeight="20%p"
- latin:verticalGap="3.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"
>
<include