Skip to content

Commit e2427ca

Browse files
adampAndroid (Google) Code Review
authored andcommitted
Merge "Add contentDescription for compact action_mode_close_item"
2 parents 9f4c85d + 7ba5d57 commit e2427ca

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)