Skip to content

Commit 7ba5d57

Browse files
committed
Add contentDescription for compact action_mode_close_item
Fix bug 6219630 Change-Id: I551624466d02f5d31be7030518b0d47b3b7f03b5
1 parent e7aff29 commit 7ba5d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/res/res/layout/action_mode_close_item.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
android:focusable="true"
2020
android:clickable="true"
2121
android:paddingLeft="8dip"
22+
android:contentDescription="@string/action_mode_done"
2223
style="?android:attr/actionModeCloseButtonStyle"
2324
android:layout_width="wrap_content"
2425
android:layout_height="match_parent"

0 commit comments

Comments
 (0)