diff options
author | 2010-09-08 18:32:39 +0900 | |
---|---|---|
committer | 2010-09-08 19:47:09 +0900 | |
commit | 2dd905b3c7fef25fe6f1fede4491400263489bbf (patch) | |
tree | 903279dde0c801e91284b625917bedffa311f41a /java/res/xml-sv | |
parent | c29ef3ec1553b30f5e6ad4ba21e505c09e019421 (diff) | |
download | latinime-2dd905b3c7fef25fe6f1fede4491400263489bbf.tar.gz latinime-2dd905b3c7fef25fe6f1fede4491400263489bbf.tar.xz latinime-2dd905b3c7fef25fe6f1fede4491400263489bbf.zip |
Move alternate chars from keyboard layout to altchars.xml
Bug: 2973749
Change-Id: Ic6e5f986c32be07c1e1038594a0e420ba6902351
Diffstat (limited to 'java/res/xml-sv')
-rw-r--r-- | java/res/xml-sv/kbd_qwerty.xml | 34 | ||||
-rw-r--r-- | java/res/xml-sv/kbd_qwerty_black.xml | 34 |
2 files changed, 34 insertions, 34 deletions
diff --git a/java/res/xml-sv/kbd_qwerty.xml b/java/res/xml-sv/kbd_qwerty.xml index 3c90e3163..7fd72a4a4 100644 --- a/java/res/xml-sv/kbd_qwerty.xml +++ b/java/res/xml-sv/kbd_qwerty.xml @@ -43,31 +43,31 @@ <Key android:keyLabel="e" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="éèêëę€" /> + android:popupCharacters="@string/alternates_for_e" /> <Key android:keyLabel="r" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ř" /> + android:popupCharacters="@string/alternates_for_r" /> <Key android:keyLabel="t" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ťþ" /> + android:popupCharacters="@string/alternates_for_t" /> <Key android:keyLabel="y" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ýÿü" /> + android:popupCharacters="@string/alternates_for_y" /> <Key android:keyLabel="u" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="úùûū" /> + android:popupCharacters="@string/alternates_for_u" /> <Key android:keyLabel="i" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="íìîï" /> + android:popupCharacters="@string/alternates_for_i" /> <Key android:keyLabel="o" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="óòôõ" /> + android:popupCharacters="@string/alternates_for_o" /> <Key android:keyLabel="p" /> <Key @@ -79,17 +79,17 @@ <Key android:keyLabel="a" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="áàâąã" + android:popupCharacters="@string/alternates_for_a" android:keyWidth="8.75%p" android:keyEdgeFlags="left" /> <Key android:keyLabel="s" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="śšşß" /> + android:popupCharacters="@string/alternates_for_s" /> <Key android:keyLabel="d" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ðď" /> + android:popupCharacters="@string/alternates_for_d" /> <Key android:keyLabel="f" /> <Key @@ -103,15 +103,15 @@ <Key android:keyLabel="l" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ł" /> + android:popupCharacters="@string/alternates_for_l" /> <Key android:keyLabel="ö" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="øœ" /> + android:popupCharacters="@string/alternates_for_o_umlaut" /> <Key android:keyLabel="ä" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="æ" + android:popupCharacters="@string/alternates_for_a_umlaut" android:keyWidth="8.75%p" android:keyEdgeFlags="right" /> </Row> @@ -129,23 +129,23 @@ <Key android:keyLabel="z" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="źžż" /> + android:popupCharacters="@string/alternates_for_z" /> <Key android:keyLabel="x" /> <Key android:keyLabel="c" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="çćč" /> + android:popupCharacters="@string/alternates_for_c" /> <Key android:keyLabel="v" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="w" /> + android:popupCharacters="@string/alternates_for_v" /> <Key android:keyLabel="b" /> <Key android:keyLabel="n" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ńñň" /> + android:popupCharacters="@string/alternates_for_n" /> <Key android:keyLabel="m" /> <Key diff --git a/java/res/xml-sv/kbd_qwerty_black.xml b/java/res/xml-sv/kbd_qwerty_black.xml index 332582962..68caa3e37 100644 --- a/java/res/xml-sv/kbd_qwerty_black.xml +++ b/java/res/xml-sv/kbd_qwerty_black.xml @@ -43,31 +43,31 @@ <Key android:keyLabel="e" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="éèêëę€" /> + android:popupCharacters="@string/alternates_for_e" /> <Key android:keyLabel="r" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ř" /> + android:popupCharacters="@string/alternates_for_r" /> <Key android:keyLabel="t" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ťþ" /> + android:popupCharacters="@string/alternates_for_t" /> <Key android:keyLabel="y" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ýÿü" /> + android:popupCharacters="@string/alternates_for_y" /> <Key android:keyLabel="u" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="úùûū" /> + android:popupCharacters="@string/alternates_for_u" /> <Key android:keyLabel="i" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="íìîï" /> + android:popupCharacters="@string/alternates_for_i" /> <Key android:keyLabel="o" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="óòôõ" /> + android:popupCharacters="@string/alternates_for_o" /> <Key android:keyLabel="p" /> <Key @@ -79,17 +79,17 @@ <Key android:keyLabel="a" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="áàâąã" + android:popupCharacters="@string/alternates_for_a" android:keyWidth="8.75%p" android:keyEdgeFlags="left" /> <Key android:keyLabel="s" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="śšşß" /> + android:popupCharacters="@string/alternates_for_s" /> <Key android:keyLabel="d" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ðď" /> + android:popupCharacters="@string/alternates_for_d" /> <Key android:keyLabel="f" /> <Key @@ -103,15 +103,15 @@ <Key android:keyLabel="l" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ł" /> + android:popupCharacters="@string/alternates_for_l" /> <Key android:keyLabel="ö" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="øœ" /> + android:popupCharacters="@string/alternates_for_o_umlaut" /> <Key android:keyLabel="ä" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="æ" + android:popupCharacters="@string/alternates_for_a_umlaut" android:keyWidth="8.75%p" android:keyEdgeFlags="right" /> </Row> @@ -129,23 +129,23 @@ <Key android:keyLabel="z" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="źžż" /> + android:popupCharacters="@string/alternates_for_z" /> <Key android:keyLabel="x" /> <Key android:keyLabel="c" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="çćč" /> + android:popupCharacters="@string/alternates_for_c" /> <Key android:keyLabel="v" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="w" /> + android:popupCharacters="@string/alternates_for_v" /> <Key android:keyLabel="b" /> <Key android:keyLabel="n" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ńñň" /> + android:popupCharacters="@string/alternates_for_n" /> <Key android:keyLabel="m" /> <Key |