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

Unverified Commit 14d820bd authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé Committed by GitHub
Browse files

Merge pull request #8692 from williamspiegel/add_expand_accessibility

Add accessible name for expand icon in compose screen
parents b864c006 6aab65c9
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>