diff options
author | 2010-09-08 10:38:05 -0700 | |
---|---|---|
committer | 2010-09-08 10:38:05 -0700 | |
commit | 2fa36e4fab202d73d415b30e8bddb0f6a0ac35a7 (patch) | |
tree | 618a1a969b47b5e1252b5575b5b14ca1577c1dd8 /java/res/xml-ru | |
parent | 62432ed453af1ab62646dbca73c0cedcec543676 (diff) | |
parent | 47385b0ca55788d3455c4e72c52f585678c62045 (diff) | |
download | latinime-2fa36e4fab202d73d415b30e8bddb0f6a0ac35a7.tar.gz latinime-2fa36e4fab202d73d415b30e8bddb0f6a0ac35a7.tar.xz latinime-2fa36e4fab202d73d415b30e8bddb0f6a0ac35a7.zip |
am 47385b0c: am 2dd905b3: Move alternate chars from keyboard layout to altchars.xml
Merge commit '47385b0ca55788d3455c4e72c52f585678c62045'
* commit '47385b0ca55788d3455c4e72c52f585678c62045':
Move alternate chars from keyboard layout to altchars.xml
Diffstat (limited to 'java/res/xml-ru')
-rw-r--r-- | java/res/xml-ru/kbd_qwerty.xml | 4 | ||||
-rw-r--r-- | java/res/xml-ru/kbd_qwerty_black.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/java/res/xml-ru/kbd_qwerty.xml b/java/res/xml-ru/kbd_qwerty.xml index 742dee24c..a7a46ee4e 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 fbd7399a8..e6f368995 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 |