Skip to content
Snippets Groups Projects
Commit 90599bd1 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Fix bug: 2693836 - Russian keyboard is missing a letter

parent db8dcd8b
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,9 @@ ...@@ -70,7 +70,9 @@
<Key android:keyLabel="м"/> <Key android:keyLabel="м"/>
<Key android:keyLabel="и"/> <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:keyLabel="ю"/> <Key android:keyLabel="ю"/>
<Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete" <Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment