diff options
author | 2010-07-01 07:33:06 +0900 | |
---|---|---|
committer | 2010-07-01 07:33:06 +0900 | |
commit | 222c9019e75b8cdb08a8c040d9bcdd93031dbe52 (patch) | |
tree | 66fa2b9294b043b2dbf47f9ecbda41d042e4987f /java | |
parent | 9d2e059f835e7d845c3bbbe473f388b878e44fd2 (diff) | |
download | latinime-222c9019e75b8cdb08a8c040d9bcdd93031dbe52.tar.gz latinime-222c9019e75b8cdb08a8c040d9bcdd93031dbe52.tar.xz latinime-222c9019e75b8cdb08a8c040d9bcdd93031dbe52.zip |
Add a key to the keyboard layout for Russia
bug: 2693836
Change-Id: I88a3664af8074788c6bfc146247ab33ae8a02c08
Diffstat (limited to 'java')
-rwxr-xr-x | java/res/xml-ru/kbd_qwerty_black.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/java/res/xml-ru/kbd_qwerty_black.xml b/java/res/xml-ru/kbd_qwerty_black.xml index e500b97f2..4923be01a 100755 --- a/java/res/xml-ru/kbd_qwerty_black.xml +++ b/java/res/xml-ru/kbd_qwerty_black.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_bkeyboard_delete" @@ -158,10 +160,10 @@ android:popupCharacters="_" android:keyWidth="20%p" android:keyEdgeFlags="left"/> <Key android:codes="@integer/key_f1" android:keyIcon="@drawable/sym_bkeyboard_globe" - android:keyWidth="10%p"/>¯ + android:keyWidth="10%p"/> <Key android:codes="32" android:keyIcon="@drawable/sym_bkeyboard_space" android:iconPreview="@drawable/sym_keyboard_feedback_space" - android:keyWidth="20%p" android:isRepeatable="true"/>, + android:keyWidth="20%p" android:isRepeatable="true"/> <Key android:codes="9" android:keyIcon="@drawable/sym_bkeyboard_tab" android:iconPreview="@drawable/sym_keyboard_feedback_tab" android:keyWidth="20%p"/> |