aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-da
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-09-06 20:18:25 +0900
committersatok <satok@google.com>2010-09-07 14:57:49 +0900
commitd27c7aea7c0bd82dddd25c2ccf46cb2a14aa385d (patch)
tree04e84055701b6262a106073ce5f0b805abb0a47c /java/res/xml-da
parent8d7ffcb2ac3a8cdd051c7e493ff17b6bf1ded9c0 (diff)
downloadlatinime-d27c7aea7c0bd82dddd25c2ccf46cb2a14aa385d.tar.gz
latinime-d27c7aea7c0bd82dddd25c2ccf46cb2a14aa385d.tar.xz
latinime-d27c7aea7c0bd82dddd25c2ccf46cb2a14aa385d.zip
Add isModifier to the buttons in the lowest line
Change-Id: I2d5c9e753f0f6fa21fdcfa7b55e81e6a3e3ea64f
Diffstat (limited to 'java/res/xml-da')
-rw-r--r--java/res/xml-da/kbd_qwerty.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml-da/kbd_qwerty.xml b/java/res/xml-da/kbd_qwerty.xml
index 967fda851..57b013a9d 100644
--- a/java/res/xml-da/kbd_qwerty.xml
+++ b/java/res/xml-da/kbd_qwerty.xml
@@ -157,11 +157,11 @@
<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"/>
- <Key android:keyLabel="\@"/>
+ <Key android:keyLabel="\@" android:isModifier="true"/>
<Key android:codes="32" android:keyIcon="@drawable/sym_keyboard_space"
android:iconPreview="@drawable/sym_keyboard_feedback_space"
android:keyWidth="30%p" android:isRepeatable="true" android:isModifier="true"/>
- <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation"/>
+ <Key android:keyLabel="." android:popupKeyboard="@xml/popup_punctuation" android:isModifier="true"/>
<Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return"
android:iconPreview="@drawable/sym_keyboard_feedback_return"
android:keyWidth="25%p" android:keyEdgeFlags="right" android:isModifier="true"/>