From 7ba5d57ad4a0d2d9e348abd0de486a27344dc204 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Fri, 6 Apr 2012 16:39:11 -0700 Subject: [PATCH] Add contentDescription for compact action_mode_close_item Fix bug 6219630 Change-Id: I551624466d02f5d31be7030518b0d47b3b7f03b5 --- core/res/res/layout/action_mode_close_item.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/res/res/layout/action_mode_close_item.xml b/core/res/res/layout/action_mode_close_item.xml index ac5af70e2fde2..8cd0cddfec24e 100644 --- a/core/res/res/layout/action_mode_close_item.xml +++ b/core/res/res/layout/action_mode_close_item.xml @@ -19,6 +19,7 @@ android:focusable="true" android:clickable="true" android:paddingLeft="8dip" + android:contentDescription="@string/action_mode_done" style="?android:attr/actionModeCloseButtonStyle" android:layout_width="wrap_content" android:layout_height="match_parent"