aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-da
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2010-09-05 21:59:43 +0900
committerKen Wakasa <kwakasa@google.com>2010-09-05 22:26:55 +0900
commita8d9702fc4782206ea45c53109132138f9e04c18 (patch)
tree2effc855307d6e20a4931bf94bd139c929b2ce45 /java/res/xml-da
parent9b195dda60bb2a072fcdc477206e223d60f8776c (diff)
downloadlatinime-a8d9702fc4782206ea45c53109132138f9e04c18.tar.gz
latinime-a8d9702fc4782206ea45c53109132138f9e04c18.tar.xz
latinime-a8d9702fc4782206ea45c53109132138f9e04c18.zip
Fix layout issue of the bottom row in web entry mode
bug: 2977061 Change-Id: I76e0f4a21480d10f79fd5dcbe58c63cc3516d5d7
Diffstat (limited to 'java/res/xml-da')
-rw-r--r--java/res/xml-da/kbd_qwerty.xml6
-rw-r--r--java/res/xml-da/kbd_qwerty_black.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/java/res/xml-da/kbd_qwerty.xml b/java/res/xml-da/kbd_qwerty.xml
index fb8d062ee..967fda851 100644
--- a/java/res/xml-da/kbd_qwerty.xml
+++ b/java/res/xml-da/kbd_qwerty.xml
@@ -188,7 +188,7 @@
<Row android:keyboardMode="@+id/mode_webentry" android:rowEdgeFlags="bottom">
<Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
- android:keyWidth="10%p" android:keyEdgeFlags="left" android:isModifier="true"/>
+ android:keyWidth="15%p" android:keyEdgeFlags="left" android:isModifier="true"/>
<Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_keyboard_settings"
android:iconPreview="@drawable/sym_keyboard_feedback_settings"
android:keyWidth="10%p" android:isModifier="true"/>
@@ -197,10 +197,10 @@
android:keyWidth="10%p" android:isModifier="true"/>
<Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
android:iconPreview="@drawable/sym_keyboard_feedback_space"
- android:keyWidth="20%p" android:isRepeatable="true" android:isModifier="true"/>
+ android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/>
<Key android:codes="9" android:keyIcon="@drawable/sym_keyboard_tab"
android:iconPreview="@drawable/sym_keyboard_feedback_tab"
- android:keyWidth="15%p" android:isModifier="true"/>
+ android:keyWidth="10%p" android:isModifier="true"/>
<Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
android:keyWidth="10%p" android:isModifier="true"/>
<Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
diff --git a/java/res/xml-da/kbd_qwerty_black.xml b/java/res/xml-da/kbd_qwerty_black.xml
index b9d1d1796..bde77d6dc 100644
--- a/java/res/xml-da/kbd_qwerty_black.xml
+++ b/java/res/xml-da/kbd_qwerty_black.xml
@@ -187,7 +187,7 @@
<Row android:keyboardMode="@+id/mode_webentry" android:rowEdgeFlags="bottom">
<Key android:codes="-2" android:keyLabel="@string/label_symbol_key"
- android:keyWidth="10%p" android:keyEdgeFlags="left"/>
+ android:keyWidth="15%p" android:keyEdgeFlags="left"/>
<Key android:codes="@integer/key_settings" android:keyIcon="@drawable/sym_bkeyboard_settings"
android:iconPreview="@drawable/sym_keyboard_feedback_settings"
android:keyWidth="10%p"/>
@@ -196,10 +196,10 @@
android:keyWidth="10%p"/>
<Key android:codes="32" android:keyIcon="@drawable/sym_bkeyboard_space"
android:iconPreview="@drawable/sym_keyboard_feedback_space"
- android:keyWidth="20%p" android:isRepeatable="true"/>
+ android:keyWidth="30%p" android:isRepeatable="true"/>
<Key android:codes="9" android:keyIcon="@drawable/sym_bkeyboard_tab"
android:iconPreview="@drawable/sym_keyboard_feedback_tab"
- android:keyWidth="15%p"/>
+ android:keyWidth="10%p"/>
<Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"
android:keyWidth="10%p"/>
<Key android:codes="10" android:keyIcon="@drawable/sym_bkeyboard_return"