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

Commit a75356e1 authored by Adam Powell's avatar Adam Powell
Browse files

Add contentDescription for material action mode close button

Bug 17487633

Change-Id: Ib61723719f3a3b076ac8136e578748cfa6db8770
parent e0947064
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -20,6 +20,7 @@
        android:clickable="true"
        android:clickable="true"
        android:paddingStart="8dip"
        android:paddingStart="8dip"
        android:src="?android:attr/actionModeCloseDrawable"
        android:src="?android:attr/actionModeCloseDrawable"
        android:contentDescription="@string/action_mode_done"
        style="?android:attr/actionModeCloseButtonStyle"
        style="?android:attr/actionModeCloseButtonStyle"
        android:layout_width="wrap_content"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_height="match_parent"