aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-nb
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-nb
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-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>