Move alternate chars from keyboard layout to altchars.xml
Bug: 2973749
Change-Id: Ic6e5f986c32be07c1e1038594a0e420ba6902351
diff --git a/java/res/xml-ru/kbd_qwerty.xml b/java/res/xml-ru/kbd_qwerty.xml
index 742dee2..a7a46ee 100644
--- a/java/res/xml-ru/kbd_qwerty.xml
+++ b/java/res/xml-ru/kbd_qwerty.xml
@@ -39,7 +39,7 @@
<Key
android:keyLabel="е"
android:popupKeyboard="@xml/kbd_popup_template"
- android:popupCharacters="ё" />
+ android:popupCharacters="@string/alternates_for_cyrillic_e" />
<Key
android:keyLabel="н" />
<Key
@@ -109,7 +109,7 @@
<Key
android:keyLabel="ь"
android:popupKeyboard="@xml/kbd_popup_template"
- android:popupCharacters="ъ" />
+ android:popupCharacters="@string/alternates_for_cyrillic_soft_sign" />
<Key
android:keyLabel="б" />
<Key
diff --git a/java/res/xml-ru/kbd_qwerty_black.xml b/java/res/xml-ru/kbd_qwerty_black.xml
index fbd7399..e6f3689 100644
--- a/java/res/xml-ru/kbd_qwerty_black.xml
+++ b/java/res/xml-ru/kbd_qwerty_black.xml
@@ -39,7 +39,7 @@
<Key
android:keyLabel="е"
android:popupKeyboard="@xml/kbd_popup_template"
- android:popupCharacters="ё" />
+ android:popupCharacters="@string/alternates_for_cyrillic_e" />
<Key
android:keyLabel="н" />
<Key
@@ -109,7 +109,7 @@
<Key
android:keyLabel="ь"
android:popupKeyboard="@xml/kbd_popup_template"
- android:popupCharacters="ъ" />
+ android:popupCharacters="@string/alternates_for_cyrillic_soft_sign" />
<Key
android:keyLabel="б" />
<Key