aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-05-13 21:35:10 +0900
committersatok <satok@google.com>2011-05-13 21:35:10 +0900
commite558bb053de9763fffcbd49fdcf067148580f328 (patch)
tree03e6c19d628e54616486485b08dbed636ef60796 /java
parentdef6b35a9ed78d128d4cb5e8414c865503ec4192 (diff)
parent0da235208ea41ebaf57d7211e51eaa2739379d3b (diff)
downloadlatinime-e558bb053de9763fffcbd49fdcf067148580f328.tar.gz
latinime-e558bb053de9763fffcbd49fdcf067148580f328.tar.xz
latinime-e558bb053de9763fffcbd49fdcf067148580f328.zip
Merge remote-tracking branch 'goog/master' into merge
Diffstat (limited to 'java')
-rw-r--r--java/res/xml-es/kbd_qwerty.xml3
-rw-r--r--java/res/xml-pl/kbd_qwerty.xml3
-rw-r--r--java/res/xml-pt/kbd_qwerty.xml3
3 files changed, 6 insertions, 3 deletions
diff --git a/java/res/xml-es/kbd_qwerty.xml b/java/res/xml-es/kbd_qwerty.xml
index 8e7c1e09b..3906bde38 100644
--- a/java/res/xml-es/kbd_qwerty.xml
+++ b/java/res/xml-es/kbd_qwerty.xml
@@ -21,7 +21,8 @@
<Keyboard
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
latin:keyboardHeight="@dimen/keyboardHeight"
- latin:maxKeyboardHeight="50%p"
+ latin:maxKeyboardHeight="@fraction/maxKeyboardHeight"
+ latin:minKeyboardHeight="@fraction/minKeyboardHeight"
latin:rowHeight="25%p"
latin:keyWidth="10%p"
latin:horizontalGap="@dimen/key_horizontal_gap"
diff --git a/java/res/xml-pl/kbd_qwerty.xml b/java/res/xml-pl/kbd_qwerty.xml
index ea52b296f..ab5b88728 100644
--- a/java/res/xml-pl/kbd_qwerty.xml
+++ b/java/res/xml-pl/kbd_qwerty.xml
@@ -21,7 +21,8 @@
<Keyboard
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
latin:keyboardHeight="@dimen/keyboardHeight"
- latin:maxKeyboardHeight="50%p"
+ latin:maxKeyboardHeight="@fraction/maxKeyboardHeight"
+ latin:minKeyboardHeight="@fraction/minKeyboardHeight"
latin:rowHeight="25%p"
latin:keyWidth="10%p"
latin:horizontalGap="@dimen/key_horizontal_gap"
diff --git a/java/res/xml-pt/kbd_qwerty.xml b/java/res/xml-pt/kbd_qwerty.xml
index 64c1a0137..83fb5b4c1 100644
--- a/java/res/xml-pt/kbd_qwerty.xml
+++ b/java/res/xml-pt/kbd_qwerty.xml
@@ -21,7 +21,8 @@
<Keyboard
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
latin:keyboardHeight="@dimen/keyboardHeight"
- latin:maxKeyboardHeight="50%p"
+ latin:maxKeyboardHeight="@fraction/maxKeyboardHeight"
+ latin:minKeyboardHeight="@fraction/minKeyboardHeight"
latin:rowHeight="25%p"
latin:keyWidth="10%p"
latin:horizontalGap="@dimen/key_horizontal_gap"