diff options
| -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" |