diff options
author | Adam Powell <adamp@google.com> | 2012-04-06 16:41:17 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-04-06 16:41:17 -0700 |
commit | e2427cac775390ecae2cd6d0d2ab2a3d6280f2df (patch) | |
tree | 3aa1c44b9e23321421fcfb4f8a4bfb0349d2c29f | |
parent | 9f4c85d03be8b639f9d7f7cf65acdc5295ec1994 (diff) | |
parent | 7ba5d57ad4a0d2d9e348abd0de486a27344dc204 (diff) | |
download | frameworks_base-e2427cac775390ecae2cd6d0d2ab2a3d6280f2df.zip frameworks_base-e2427cac775390ecae2cd6d0d2ab2a3d6280f2df.tar.gz frameworks_base-e2427cac775390ecae2cd6d0d2ab2a3d6280f2df.tar.bz2 |
Merge "Add contentDescription for compact action_mode_close_item"
-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" |