aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-de
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-09-08 10:31:50 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-08 10:31:50 -0700
commit6ee4e43929bd18b7d617d921f3ec259ff2b81592 (patch)
tree7f8537a1d3d8cc509d3c869cf5be2372103531f5 /java/res/xml-de
parent2d5e34b73095b724dab3ae8d1ef432c0779ca347 (diff)
parent31e2a94a09b1e054e5fab041876596f24c9cd279 (diff)
downloadlatinime-6ee4e43929bd18b7d617d921f3ec259ff2b81592.tar.gz
latinime-6ee4e43929bd18b7d617d921f3ec259ff2b81592.tar.xz
latinime-6ee4e43929bd18b7d617d921f3ec259ff2b81592.zip
am 31e2a94a: Merge "Fix the bacground color for "/" in URL mode" into gingerbread
Merge commit '31e2a94a09b1e054e5fab041876596f24c9cd279' into gingerbread-plus-aosp * commit '31e2a94a09b1e054e5fab041876596f24c9cd279': Fix the bacground color for "/" in URL mode
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"/>