diff options
author | 2010-09-08 10:31:50 -0700 | |
---|---|---|
committer | 2010-09-08 10:31:50 -0700 | |
commit | 6ee4e43929bd18b7d617d921f3ec259ff2b81592 (patch) | |
tree | 7f8537a1d3d8cc509d3c869cf5be2372103531f5 /java/res/xml-nb | |
parent | 2d5e34b73095b724dab3ae8d1ef432c0779ca347 (diff) | |
parent | 31e2a94a09b1e054e5fab041876596f24c9cd279 (diff) | |
download | latinime-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-nb')
-rw-r--r-- | java/res/xml-nb/kbd_qwerty.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/res/xml-nb/kbd_qwerty.xml b/java/res/xml-nb/kbd_qwerty.xml index 7f023aca2..e4bcc142d 100644 --- a/java/res/xml-nb/kbd_qwerty.xml +++ b/java/res/xml-nb/kbd_qwerty.xml @@ -240,7 +240,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" @@ -390,4 +391,4 @@ android:keyEdgeFlags="right" android:isModifier="true" /> </Row> -</Keyboard>
\ No newline at end of file +</Keyboard> |