aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-de
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-de
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-de')
-rwxr-xr-xjava/res/xml-de/kbd_qwerty.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml-de/kbd_qwerty.xml b/java/res/xml-de/kbd_qwerty.xml
index 52ac24210..65f06ad8d 100755
--- a/java/res/xml-de/kbd_qwerty.xml
+++ b/java/res/xml-de/kbd_qwerty.xml
@@ -120,7 +120,7 @@
<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="/" android:keyWidth="10%p"/>
+ <Key android:keyLabel="/" 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="30%p" android:isRepeatable="true" android:isModifier="true"/>