aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2010-05-21 17:03:22 -0700
committerandroid-build SharedAccount <android-build@sekiwake.mtv.corp.google.com>2010-07-22 22:41:46 -0700
commit0c1d0eaafe1331326a6cf001737f0d6843b7a0b2 (patch)
treef0236ce30040b835372af272af2bb33b7f072828 /java
parent36dcfec5a744996ee35735ffa4c796d37b946a9b (diff)
downloadlatinime-0c1d0eaafe1331326a6cf001737f0d6843b7a0b2.tar.gz
latinime-0c1d0eaafe1331326a6cf001737f0d6843b7a0b2.tar.xz
latinime-0c1d0eaafe1331326a6cf001737f0d6843b7a0b2.zip
Fix bug: 2693836 - Russian keyboard is missing a letter
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"