diff options
author | 2011-07-04 15:09:21 +0900 | |
---|---|---|
committer | 2011-07-04 15:11:17 +0900 | |
commit | 9812fb0fe99cfb8f288b3ed553a805521ce24c10 (patch) | |
tree | 8c26d77696a3ce90351be23e407d2752464777fe /java/res/xml-sw600dp | |
parent | c190da0e02d37af04d72b36406210fabaa0b798c (diff) | |
download | latinime-9812fb0fe99cfb8f288b3ed553a805521ce24c10.tar.gz latinime-9812fb0fe99cfb8f288b3ed553a805521ce24c10.tar.xz latinime-9812fb0fe99cfb8f288b3ed553a805521ce24c10.zip |
Specify Key gaps by percentage
Change-Id: I4721bf831b5edbea1dd4309c6ce907544b098d62
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/kbd_popup_template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml-sw600dp/kbd_popup_template.xml b/java/res/xml-sw600dp/kbd_popup_template.xml index fff2659be..d97649965 100644 --- a/java/res/xml-sw600dp/kbd_popup_template.xml +++ b/java/res/xml-sw600dp/kbd_popup_template.xml @@ -20,7 +20,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="8%p" - latin:horizontalGap="@dimen/key_horizontal_gap" + latin:horizontalGap="@fraction/key_horizontal_gap" latin:verticalGap="0px" latin:rowHeight="@dimen/popup_key_height" > |