Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56644c78 authored by evgenln's avatar evgenln
Browse files

Fix XML predefined entities rendering not correctly



Signed-off-by: default avatarevgenln <evgenln4@gmail.com>
parent 528cf3f9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="‰" />
        <Key
            android:keyLabel="&amp;" />
            android:keyLabel="\u0026" />
        <Key
            android:keyLabel="*"
            android:popupKeyboard="@xml/kbd_popup_template"
@@ -96,11 +96,11 @@
        <Key
            android:keyLabel="("
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="[{&lt;" />
            android:popupCharacters="[{\u003C" />
        <Key
            android:keyLabel=")"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="]}&gt;"
            android:popupCharacters="]}\u003E"
            android:keyEdgeFlags="right" />
    </Row>
    <Row>
@@ -116,7 +116,7 @@
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="¡" />
        <Key
            android:keyLabel="&quot;"
            android:keyLabel="\u0022"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="“”«»˝" />
        <Key
+4 −4
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="‰" />
        <Key
            android:keyLabel="&amp;" />
            android:keyLabel="\u0026" />
        <Key
            android:keyLabel="*"
            android:popupKeyboard="@xml/kbd_popup_template"
@@ -96,11 +96,11 @@
        <Key
            android:keyLabel="("
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="[{&lt;" />
            android:popupCharacters="[{\u003C" />
        <Key
            android:keyLabel=")"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="]}&gt;"
            android:popupCharacters="]}\u003E"
            android:keyEdgeFlags="right" />
    </Row>
    <Row>
@@ -116,7 +116,7 @@
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="¡" />
        <Key
            android:keyLabel="&quot;"
            android:keyLabel="\u0022"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="“”«»˝" />
        <Key
+2 −2
Original line number Diff line number Diff line
@@ -105,11 +105,11 @@
        <Key
            android:keyLabel="\\" />
        <Key
            android:keyLabel="&lt;"
            android:keyLabel="\u003C"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="≤«‹" />
        <Key
            android:keyLabel="&gt;"
            android:keyLabel="\u003E"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="≥»›" />
        <Key
+2 −2
Original line number Diff line number Diff line
@@ -105,11 +105,11 @@
        <Key
            android:keyLabel="\\" />
        <Key
            android:keyLabel="&lt;"
            android:keyLabel="\u003C"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="≤«‹" />
        <Key
            android:keyLabel="&gt;"
            android:keyLabel="\u003E"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="≥»›" />
        <Key