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

Unverified Commit 6aab65c9 authored by William Spiegel's avatar William Spiegel Committed by Wolf-Martell Montwé
Browse files

add accessible name for expand icon

parent d4aaac3b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -195,6 +195,7 @@
                android:padding="6dp"
                android:scaleType="centerCrop"
                app:srcCompat="@drawable/ic_expand_more"
                android:contentDescription="@string/expand_content_description"
                />

            <Space
@@ -322,6 +323,7 @@
                android:scaleType="centerCrop"
                app:srcCompat="@drawable/ic_expand_more"
                android:id="@+id/recipient_expander"
                android:contentDescription="@string/expand_content_description"
                />

            <Space
+1 −0
Original line number Diff line number Diff line
@@ -840,6 +840,7 @@
    <string name="recipient_to">To</string>
    <string name="recipient_from">From</string>
    <string name="reply_to_label">Reply to</string>
    <string name="expand_content_description">Expand</string>
    <string name="unknown_recipient">&lt;Unknown Recipient&gt;</string>
    <string name="unknown_sender">&lt;Unknown Sender&gt;</string>
    <string name="address_type_home">Home</string>