Fix the bacground color for "/" in URL mode

Change-Id: I832274244a9677ac98256ddfc4a25fdca517e228
diff --git a/java/res/xml-nb/kbd_qwerty.xml b/java/res/xml-nb/kbd_qwerty.xml
index 7f023ac..e4bcc14 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>