diff options
author | Adam Powell <adamp@google.com> | 2012-04-06 16:39:11 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2012-04-06 16:39:11 -0700 |
commit | 7ba5d57ad4a0d2d9e348abd0de486a27344dc204 (patch) | |
tree | f222f19baa80d02672a02519f2e4615a7d8a647b | |
parent | e7aff2998489dcf2baf731150ebb63a8e8c509cf (diff) | |
download | frameworks_base-7ba5d57ad4a0d2d9e348abd0de486a27344dc204.zip frameworks_base-7ba5d57ad4a0d2d9e348abd0de486a27344dc204.tar.gz frameworks_base-7ba5d57ad4a0d2d9e348abd0de486a27344dc204.tar.bz2 |
Add contentDescription for compact action_mode_close_item
Fix bug 6219630
Change-Id: I551624466d02f5d31be7030518b0d47b3b7f03b5
-rw-r--r-- | core/res/res/layout/action_mode_close_item.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/layout/action_mode_close_item.xml b/core/res/res/layout/action_mode_close_item.xml index ac5af70..8cd0cdd 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" |