diff options
author | 2010-07-16 18:15:20 -0700 | |
---|---|---|
committer | 2010-07-16 18:15:20 -0700 | |
commit | d69910c1707e8e17bc93ff8e467dd9c3c3c7e887 (patch) | |
tree | f1bfaf3d308a7a734e3073981469a6fbdcf1b9c1 /java | |
parent | e62384faeb5652761bd22edc8c1049c7cbc2aba8 (diff) | |
parent | 1812bcebd653ce7ba7d89ca163954e57b5c67021 (diff) | |
download | latinime-d69910c1707e8e17bc93ff8e467dd9c3c3c7e887.tar.gz latinime-d69910c1707e8e17bc93ff8e467dd9c3c3c7e887.tar.xz latinime-d69910c1707e8e17bc93ff8e467dd9c3c3c7e887.zip |
am 1812bceb: am 88e7b49f: Backport https://android-git.corp.google.com/g/#change,52371 to Froyo. Fix bug: 2693836 - Russian keyboard is missing a letter
Merge commit '1812bcebd653ce7ba7d89ca163954e57b5c67021' into gingerbread-plus-aosp
* commit '1812bcebd653ce7ba7d89ca163954e57b5c67021':
Backport https://android-git.corp.google.com/g/#change,52371 to Froyo. Fix bug: 2693836 - Russian keyboard is missing a letter
Diffstat (limited to 'java')
-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" |