aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sr
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-09-08 01:36:24 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-09-08 01:36:24 -0700
commit31e2a94a09b1e054e5fab041876596f24c9cd279 (patch)
tree7f8537a1d3d8cc509d3c869cf5be2372103531f5 /java/res/xml-sr
parent3625c973380524a164ba8453fcb117e7cbeb1d23 (diff)
parent007803c3907a98dedb2bd664058b3d6ac99db1fa (diff)
downloadlatinime-31e2a94a09b1e054e5fab041876596f24c9cd279.tar.gz
latinime-31e2a94a09b1e054e5fab041876596f24c9cd279.tar.xz
latinime-31e2a94a09b1e054e5fab041876596f24c9cd279.zip
Merge "Fix the bacground color for "/" in URL mode" into gingerbread
Diffstat (limited to 'java/res/xml-sr')
-rw-r--r--java/res/xml-sr/kbd_qwerty.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/res/xml-sr/kbd_qwerty.xml b/java/res/xml-sr/kbd_qwerty.xml
index e8d12143a..412fb2eec 100644
--- a/java/res/xml-sr/kbd_qwerty.xml
+++ b/java/res/xml-sr/kbd_qwerty.xml
@@ -175,7 +175,8 @@
android:isModifier="true" />
<Key
android:keyLabel="/"
- android:keyWidth="10%p" />
+ android:keyWidth="10%p"
+ android:isModifier="true" />
<Key
android:codes="32"
android:keyIcon="@drawable/sym_keyboard_space"
@@ -325,4 +326,4 @@
android:keyEdgeFlags="right"
android:isModifier="true" />
</Row>
-</Keyboard> \ No newline at end of file
+</Keyboard>