aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2010-07-17 09:51:26 +0900
committerKen Wakasa <kwakasa@google.com>2010-07-17 09:51:26 +0900
commit88e7b49fc8657544380620729eb28966669103a2 (patch)
treefa38218e2e71a7d952d0cbcebab5e2ef01163aaa /java
parent7697133c85f30ae2ec046d9fd19fdb5f2ddc7cbc (diff)
downloadlatinime-88e7b49fc8657544380620729eb28966669103a2.tar.gz
latinime-88e7b49fc8657544380620729eb28966669103a2.tar.xz
latinime-88e7b49fc8657544380620729eb28966669103a2.zip
Backport https://android-git.corp.google.com/g/#change,52371 to Froyo. Fix bug: 2693836 - Russian keyboard is missing a letter
Change-Id: Ic931991bc188f646d30a399bb0b268f415f12051
Diffstat (limited to 'java')
-rwxr-xr-xjava/res/xml-ru/kbd_qwerty.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/res/xml-ru/kbd_qwerty.xml b/java/res/xml-ru/kbd_qwerty.xml
index cbb518f24..9773a305f 100755
--- a/java/res/xml-ru/kbd_qwerty.xml
+++ b/java/res/xml-ru/kbd_qwerty.xml
@@ -70,7 +70,9 @@
<Key android:keyLabel="м"/>
<Key android:keyLabel="и"/>
<Key android:keyLabel="т"/>
- <Key android:keyLabel="ь"/>
+ <Key android:keyLabel="ь"
+ android:popupKeyboard="@xml/kbd_popup_template"
+ android:popupCharacters="ъ" />
<Key android:keyLabel="б"/>
<Key android:keyLabel="ю"/>
<Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete"