aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-ru
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-ru
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-ru')
-rwxr-xr-xjava/res/xml-ru/kbd_qwerty.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/res/xml-ru/kbd_qwerty.xml b/java/res/xml-ru/kbd_qwerty.xml
index 3414b6bea..27a615787 100755
--- a/java/res/xml-ru/kbd_qwerty.xml
+++ b/java/res/xml-ru/kbd_qwerty.xml
@@ -184,7 +184,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"
@@ -334,4 +335,4 @@
android:keyEdgeFlags="right"
android:isModifier="true" />
</Row>
-</Keyboard> \ No newline at end of file
+</Keyboard>