| commit | 7b84b3517e3eec931e8bd49c370e48e152ce6bde | [log] [tgz] |
|---|---|---|
| author | Adam Powell <adamp@google.com> | Fri Sep 26 15:49:11 2014 -0700 |
| committer | Adam Powell <adamp@google.com> | Fri Sep 26 15:49:11 2014 -0700 |
| tree | 4064b7f87bb9d7b178cb5739162464f79b8a6dda | |
| parent | 9e6703482d88d23a766aa9cf4bd968afa20272a0 [diff] |
Content description for appcompat action mode done buttons Bug 17649032 Change-Id: Ic1799e7bd171621d0d1eada23b2633dfe0a20a16
diff --git a/v7/appcompat/res/layout/abc_action_mode_close_item_material.xml b/v7/appcompat/res/layout/abc_action_mode_close_item_material.xml index a82aebf..dfc4deb 100644 --- a/v7/appcompat/res/layout/abc_action_mode_close_item_material.xml +++ b/v7/appcompat/res/layout/abc_action_mode_close_item_material.xml
@@ -17,6 +17,7 @@ <android.support.v7.internal.widget.TintImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/action_mode_close_button" + android:contentDescription="@string/abc_action_mode_done" android:focusable="true" android:clickable="true" android:src="?attr/actionModeCloseDrawable"