diff options
| author | 2014-07-25 20:52:44 +0000 | |
|---|---|---|
| committer | 2014-07-24 20:48:02 +0000 | |
| commit | e4f53d65d1584b5ed47be2fbf4b66295210f26d8 (patch) | |
| tree | 2cc8d535c46f8edb03d905e8b0fe7d58bb0325e1 | |
| parent | 2726e0a6eb6443f832a356c638d1831c3cbe2182 (diff) | |
| parent | 9f716b7c40fed90b29c0ab4be0d6367b1052a1b6 (diff) | |
Merge "Remove content description from SearchView text field" into lmp-dev
| -rw-r--r-- | core/res/res/layout/search_view.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/res/res/layout/search_view.xml b/core/res/res/layout/search_view.xml index 1a7324ad7d2c..b5b5b277d84a 100644 --- a/core/res/res/layout/search_view.xml +++ b/core/res/res/layout/search_view.xml @@ -93,8 +93,7 @@ android:dropDownHeight="wrap_content" android:dropDownAnchor="@id/search_edit_frame" android:dropDownVerticalOffset="0dip" - android:dropDownHorizontalOffset="0dip" - android:contentDescription="@string/searchview_description_query" /> + android:dropDownHorizontalOffset="0dip" /> <ImageView android:id="@+id/search_close_btn" |