diff options
author | 2010-09-06 23:08:23 -0700 | |
---|---|---|
committer | 2010-09-06 23:08:23 -0700 | |
commit | 6a454a9fa0a9b097d0237de989227e19ec427f47 (patch) | |
tree | 8787c1bced22a82e465c3961d0986401f3ea1e0b /java/res/xml-sr | |
parent | 623818a8dbeb811df876e7776692fcfc3fe1472b (diff) | |
parent | ed34cd19a93528c960380d57e024f49cb17d5e5f (diff) | |
download | latinime-6a454a9fa0a9b097d0237de989227e19ec427f47.tar.gz latinime-6a454a9fa0a9b097d0237de989227e19ec427f47.tar.xz latinime-6a454a9fa0a9b097d0237de989227e19ec427f47.zip |
am ed34cd19: am d27c7aea: Add isModifier to the buttons in the lowest line
Merge commit 'ed34cd19a93528c960380d57e024f49cb17d5e5f'
* commit 'ed34cd19a93528c960380d57e024f49cb17d5e5f':
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.xml | 4 |
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"/> |