diff options
author | 2011-06-17 11:55:42 +0900 | |
---|---|---|
committer | 2011-06-17 16:27:51 +0900 | |
commit | 237af54df5f97cc9749286931b42f08e5730d1ab (patch) | |
tree | 5ec86ee0b84474a1728778c5a5ad3b87ceef9ff1 /java/res/xml/kbd_number.xml | |
parent | e681d671fd6ae9961f5c379d4d152e98d31408c7 (diff) | |
download | latinime-237af54df5f97cc9749286931b42f08e5730d1ab.tar.gz latinime-237af54df5f97cc9749286931b42f08e5730d1ab.tar.xz latinime-237af54df5f97cc9749286931b42f08e5730d1ab.zip |
Tune up 7 inch keyboard layout
Bug: 4479212
Change-Id: I25c48ef474f6198dde9b670b23509c087acae149
Diffstat (limited to 'java/res/xml/kbd_number.xml')
-rw-r--r-- | java/res/xml/kbd_number.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/java/res/xml/kbd_number.xml b/java/res/xml/kbd_number.xml index 23b88a5bd..429b81846 100644 --- a/java/res/xml/kbd_number.xml +++ b/java/res/xml/kbd_number.xml @@ -20,15 +20,7 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" - latin:keyboardHeight="@dimen/keyboardHeight" - latin:maxKeyboardHeight="@fraction/maxKeyboardHeight" - latin:minKeyboardHeight="@fraction/minKeyboardHeight" - latin:rowHeight="25%p" latin:keyWidth="26.67%p" - latin:horizontalGap="@dimen/key_horizontal_gap" - latin:verticalGap="@dimen/key_bottom_gap" - latin:popupKeyboardTemplate="@xml/kbd_popup_template" - latin:maxPopupKeyboardColumn="@integer/config_max_popup_keyboard_column" > <include latin:keyboardLayout="@xml/kbd_key_styles" /> |