aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-de
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-09-08 17:24:16 +0900
committersatok <satok@google.com>2010-09-08 17:28:21 +0900
commit007803c3907a98dedb2bd664058b3d6ac99db1fa (patch)
tree2735ee7353caffe7861afe1d87a9a2adbc989fd7 /java/res/xml-de
parent232863ac1d0d75fffe72827fedfc0f53d4bc0aba (diff)
downloadlatinime-007803c3907a98dedb2bd664058b3d6ac99db1fa.tar.gz
latinime-007803c3907a98dedb2bd664058b3d6ac99db1fa.tar.xz
latinime-007803c3907a98dedb2bd664058b3d6ac99db1fa.zip
Fix the bacground color for "/" in URL mode
Change-Id: I832274244a9677ac98256ddfc4a25fdca517e228
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"/>