aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sr
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-09-06 23:06:45 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-06 23:06:45 -0700
commited34cd19a93528c960380d57e024f49cb17d5e5f (patch)
tree04e84055701b6262a106073ce5f0b805abb0a47c /java/res/xml-sr
parent7bbea0dd8fe04b378a9a7a161c2995998f4a8dcf (diff)
parentd27c7aea7c0bd82dddd25c2ccf46cb2a14aa385d (diff)
downloadlatinime-ed34cd19a93528c960380d57e024f49cb17d5e5f.tar.gz
latinime-ed34cd19a93528c960380d57e024f49cb17d5e5f.tar.xz
latinime-ed34cd19a93528c960380d57e024f49cb17d5e5f.zip
am d27c7aea: Add isModifier to the buttons in the lowest line
Merge commit 'd27c7aea7c0bd82dddd25c2ccf46cb2a14aa385d' into gingerbread-plus-aosp * commit 'd27c7aea7c0bd82dddd25c2ccf46cb2a14aa385d': Add isModifier to the buttons in the lowest line
Diffstat (limited to 'java/res/xml-sr')
-rw-r--r--java/res/xml-sr/kbd_qwerty.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml-sr/kbd_qwerty.xml b/java/res/xml-sr/kbd_qwerty.xml
index 96f015f4e..78852fc22 100644
--- a/java/res/xml-sr/kbd_qwerty.xml
+++ b/java/res/xml-sr/kbd_qwerty.xml
@@ -119,11 +119,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"/>