From 90599bd1074b9b82e89f9bb080cf45b49df2876c Mon Sep 17 00:00:00 2001 From: Amith Yamasani <yamasani@google.com> Date: Fri, 21 May 2010 17:03:22 -0700 Subject: [PATCH] Fix bug: 2693836 - Russian keyboard is missing a letter --- java/res/xml-ru/kbd_qwerty.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/java/res/xml-ru/kbd_qwerty.xml b/java/res/xml-ru/kbd_qwerty.xml index cbb518f24f..9773a305f3 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" -- GitLab