diff options
author | 2011-08-24 14:44:46 +0900 | |
---|---|---|
committer | 2011-08-31 21:21:22 +0900 | |
commit | 29e7b7ed6ef88c3e10cc6469801fef87241c9cb5 (patch) | |
tree | 6907966f11b48cf9d7844ecdbc401b15268c5d04 /java/res/xml-sw600dp | |
parent | e5c705f1642cc9b34d6b43602465d836a293546a (diff) | |
download | latinime-29e7b7ed6ef88c3e10cc6469801fef87241c9cb5.tar.gz latinime-29e7b7ed6ef88c3e10cc6469801fef87241c9cb5.tar.xz latinime-29e7b7ed6ef88c3e10cc6469801fef87241c9cb5.zip |
Implement popup suggestions pane
Bug: 5023981
Change-Id: Ie1d69131dbf884a3f6a2beb3ac3427e5437c1486
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/kbd_mini_keyboard_template.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/res/xml-sw600dp/kbd_mini_keyboard_template.xml b/java/res/xml-sw600dp/kbd_mini_keyboard_template.xml index d97649965..9955fe8fd 100644 --- a/java/res/xml-sw600dp/kbd_mini_keyboard_template.xml +++ b/java/res/xml-sw600dp/kbd_mini_keyboard_template.xml @@ -20,8 +20,6 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="8%p" - latin:horizontalGap="@fraction/key_horizontal_gap" - latin:verticalGap="0px" latin:rowHeight="@dimen/popup_key_height" > </Keyboard> |