aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-09-26 01:46:52 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-09-26 01:46:52 -0700
commiteeba16cec990ed4c249949c802f6be4c490abebb (patch)
treeb3e51a6ebbd5de23b100f4c1c6944803024a6640 /java
parent8d0b67043456c5270f5b2742e47d31c55ca4fe3e (diff)
parent3829f363dde72de570070020d7f2d1bace6b65e5 (diff)
downloadlatinime-eeba16cec990ed4c249949c802f6be4c490abebb.tar.gz
latinime-eeba16cec990ed4c249949c802f6be4c490abebb.tar.xz
latinime-eeba16cec990ed4c249949c802f6be4c490abebb.zip
am 3829f363: Fix mini keyboard style on tablet device
* commit '3829f363dde72de570070020d7f2d1bace6b65e5': Fix mini keyboard style on tablet device
Diffstat (limited to 'java')
-rw-r--r--java/res/xml-sw600dp-land/kbd_mini_keyboard_template.xml1
-rw-r--r--java/res/xml-sw600dp/kbd_mini_keyboard_template.xml1
-rw-r--r--java/res/xml-sw768dp-land/kbd_mini_keyboard_template.xml1
-rw-r--r--java/res/xml-sw768dp/kbd_mini_keyboard_template.xml1
4 files changed, 4 insertions, 0 deletions
diff --git a/java/res/xml-sw600dp-land/kbd_mini_keyboard_template.xml b/java/res/xml-sw600dp-land/kbd_mini_keyboard_template.xml
index 3c19c294d..8272e02f0 100644
--- a/java/res/xml-sw600dp-land/kbd_mini_keyboard_template.xml
+++ b/java/res/xml-sw600dp-land/kbd_mini_keyboard_template.xml
@@ -21,5 +21,6 @@
<Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
latin:keyWidth="5%p"
latin:rowHeight="@dimen/popup_key_height"
+ style="?attr/miniKeyboardStyle"
>
</Keyboard>
diff --git a/java/res/xml-sw600dp/kbd_mini_keyboard_template.xml b/java/res/xml-sw600dp/kbd_mini_keyboard_template.xml
index 9955fe8fd..0d5795f6a 100644
--- a/java/res/xml-sw600dp/kbd_mini_keyboard_template.xml
+++ b/java/res/xml-sw600dp/kbd_mini_keyboard_template.xml
@@ -21,5 +21,6 @@
<Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
latin:keyWidth="8%p"
latin:rowHeight="@dimen/popup_key_height"
+ style="?attr/miniKeyboardStyle"
>
</Keyboard>
diff --git a/java/res/xml-sw768dp-land/kbd_mini_keyboard_template.xml b/java/res/xml-sw768dp-land/kbd_mini_keyboard_template.xml
index d5f80e76d..85e864a6c 100644
--- a/java/res/xml-sw768dp-land/kbd_mini_keyboard_template.xml
+++ b/java/res/xml-sw768dp-land/kbd_mini_keyboard_template.xml
@@ -21,5 +21,6 @@
<Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
latin:keyWidth="3.5%p"
latin:rowHeight="@dimen/popup_key_height"
+ style="?attr/miniKeyboardStyle"
>
</Keyboard>
diff --git a/java/res/xml-sw768dp/kbd_mini_keyboard_template.xml b/java/res/xml-sw768dp/kbd_mini_keyboard_template.xml
index 1c15a5e9c..409c60556 100644
--- a/java/res/xml-sw768dp/kbd_mini_keyboard_template.xml
+++ b/java/res/xml-sw768dp/kbd_mini_keyboard_template.xml
@@ -21,5 +21,6 @@
<Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
latin:keyWidth="5.0%p"
latin:rowHeight="@dimen/popup_key_height"
+ style="?attr/miniKeyboardStyle"
>
</Keyboard>