From a75356e1ab8c59a6a58ec9ffef0289202b136f43 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Fri, 12 Sep 2014 15:31:32 -0700 Subject: [PATCH] Add contentDescription for material action mode close button Bug 17487633 Change-Id: Ib61723719f3a3b076ac8136e578748cfa6db8770 --- core/res/res/layout/action_mode_close_item_material.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/res/res/layout/action_mode_close_item_material.xml b/core/res/res/layout/action_mode_close_item_material.xml index 8eb780b6ccb02..89a179785ef51 100644 --- a/core/res/res/layout/action_mode_close_item_material.xml +++ b/core/res/res/layout/action_mode_close_item_material.xml @@ -20,6 +20,7 @@ android:clickable="true" android:paddingStart="8dip" android:src="?android:attr/actionModeCloseDrawable" + android:contentDescription="@string/action_mode_done" style="?android:attr/actionModeCloseButtonStyle" android:layout_width="wrap_content" android:layout_height="match_parent"