diff options
author | 2010-05-21 17:03:22 -0700 | |
---|---|---|
committer | 2010-05-21 17:05:11 -0700 | |
commit | 90599bd1074b9b82e89f9bb080cf45b49df2876c (patch) | |
tree | 560a8e139396ff9077655109714ce65606eda0a3 | |
parent | db8dcd8b024202a131f5ebbf2b685972b044dda1 (diff) | |
download | latinime-90599bd1074b9b82e89f9bb080cf45b49df2876c.tar.gz latinime-90599bd1074b9b82e89f9bb080cf45b49df2876c.tar.xz latinime-90599bd1074b9b82e89f9bb080cf45b49df2876c.zip |
Fix bug: 2693836 - Russian keyboard is missing a letter
-rwxr-xr-x | java/res/xml-ru/kbd_qwerty.xml | 4 |
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" |