diff options
author | 2010-09-08 10:37:53 -0700 | |
---|---|---|
committer | 2010-09-08 10:37:53 -0700 | |
commit | 938ba3671055ff4a9af8672023568bc2dc71aaea (patch) | |
tree | f353032e8fc66dcc092d98ae7ebe37d732887f23 /java/res/xml-de | |
parent | 163a5557ec7ac3a936314d9b3d852cde6958ce10 (diff) | |
parent | 6ee4e43929bd18b7d617d921f3ec259ff2b81592 (diff) | |
download | latinime-938ba3671055ff4a9af8672023568bc2dc71aaea.tar.gz latinime-938ba3671055ff4a9af8672023568bc2dc71aaea.tar.xz latinime-938ba3671055ff4a9af8672023568bc2dc71aaea.zip |
am 6ee4e439: am 31e2a94a: Merge "Fix the bacground color for "/" in URL mode" into gingerbread
Merge commit '6ee4e43929bd18b7d617d921f3ec259ff2b81592'
* commit '6ee4e43929bd18b7d617d921f3ec259ff2b81592':
Fix the bacground color for "/" in URL mode
Diffstat (limited to 'java/res/xml-de')
-rwxr-xr-x | java/res/xml-de/kbd_qwerty.xml | 2 |
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"/> |