Fix bug: 2693836 - Russian keyboard is missing a letter

main
Amith Yamasani 2010-05-21 17:03:22 -07:00 committed by android-build SharedAccount
parent 36dcfec5a7
commit 0c1d0eaafe
1 changed files with 3 additions and 1 deletions

View File

@ -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"