aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sr
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-10-13 22:54:29 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-13 22:54:29 -0700
commit96263321b52e1ef1dcba126ae525b7f4abc3c5e9 (patch)
tree115f26d2229b74c41db233d87927a8c0913fa31f /java/res/xml-sr
parentac7771280d04a2bcea2dda8c7fe5a7b4f2e4c264 (diff)
parent3d20d999025bbaab96b41d172225a39f7a1017b7 (diff)
downloadlatinime-96263321b52e1ef1dcba126ae525b7f4abc3c5e9.tar.gz
latinime-96263321b52e1ef1dcba126ae525b7f4abc3c5e9.tar.xz
latinime-96263321b52e1ef1dcba126ae525b7f4abc3c5e9.zip
am 3d20d999: Specify keyboard metrics with physical unit "inch" (DO NOT MERGE)
Merge commit '3d20d999025bbaab96b41d172225a39f7a1017b7' into gingerbread-plus-aosp * commit '3d20d999025bbaab96b41d172225a39f7a1017b7': Specify keyboard metrics with physical unit "inch" (DO NOT MERGE)
Diffstat (limited to 'java/res/xml-sr')
-rw-r--r--java/res/xml-sr/kbd_qwerty.xml6
-rw-r--r--java/res/xml-sr/kbd_qwerty_black.xml6
2 files changed, 8 insertions, 4 deletions
diff --git a/java/res/xml-sr/kbd_qwerty.xml b/java/res/xml-sr/kbd_qwerty.xml
index c671166d1..835f8c166 100644
--- a/java/res/xml-sr/kbd_qwerty.xml
+++ b/java/res/xml-sr/kbd_qwerty.xml
@@ -23,10 +23,12 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:keyWidth="9.09%p"
android:horizontalGap="0px"
- android:verticalGap="0px"
+ android:verticalGap="@dimen/key_bottom_gap"
android:keyHeight="@dimen/key_height"
>
- <Row>
+ <Row
+ android:rowEdgeFlags="top"
+ >
<Key
android:keyLabel="љ"
android:popupKeyboard="@xml/kbd_popup_template"
diff --git a/java/res/xml-sr/kbd_qwerty_black.xml b/java/res/xml-sr/kbd_qwerty_black.xml
index 5e5bceec0..76a9e55c1 100644
--- a/java/res/xml-sr/kbd_qwerty_black.xml
+++ b/java/res/xml-sr/kbd_qwerty_black.xml
@@ -23,10 +23,12 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:keyWidth="9.09%p"
android:horizontalGap="0px"
- android:verticalGap="0px"
+ android:verticalGap="@dimen/key_bottom_gap"
android:keyHeight="@dimen/key_height"
>
- <Row>
+ <Row
+ android:rowEdgeFlags="top"
+ >
<Key
android:keyLabel="љ"
android:popupKeyboard="@xml/kbd_popup_template"