aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-nb
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-09-08 10:37:53 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-08 10:37:53 -0700
commit938ba3671055ff4a9af8672023568bc2dc71aaea (patch)
treef353032e8fc66dcc092d98ae7ebe37d732887f23 /java/res/xml-nb
parent163a5557ec7ac3a936314d9b3d852cde6958ce10 (diff)
parent6ee4e43929bd18b7d617d921f3ec259ff2b81592 (diff)
downloadlatinime-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-nb')
-rw-r--r--java/res/xml-nb/kbd_qwerty.xml5
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>