diff options
author | 2011-09-05 18:58:30 +0900 | |
---|---|---|
committer | 2011-09-05 20:36:19 +0900 | |
commit | ea0c567f86bd19015d53fc038c4579df776cfec3 (patch) | |
tree | 3d3d08a3bd6220b9b03a592af7ce7d4ca8f53577 /java/res/xml | |
parent | 3f8351e18614c71ac217057ae5ec2baeb3e559fa (diff) | |
download | latinime-ea0c567f86bd19015d53fc038c4579df776cfec3.tar.gz latinime-ea0c567f86bd19015d53fc038c4579df776cfec3.tar.xz latinime-ea0c567f86bd19015d53fc038c4579df776cfec3.zip |
Tune mini keyboard visual
This change only gets rid of the surrounding paddings of the mini keyboard.
Bug: 5248783
Change-Id: Idb95ac1467085c230fd60e4bc0f466fef5700bfb
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/kbd_mini_keyboard_template.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/xml/kbd_mini_keyboard_template.xml b/java/res/xml/kbd_mini_keyboard_template.xml index d25878b48..ad6cf51fe 100644 --- a/java/res/xml/kbd_mini_keyboard_template.xml +++ b/java/res/xml/kbd_mini_keyboard_template.xml @@ -21,5 +21,6 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" latin:keyWidth="10%p" latin:rowHeight="@dimen/popup_key_height" + style="?attr/miniKeyboardStyle" > </Keyboard> |