diff options
| author | 2017-01-26 17:12:02 -0800 | |
|---|---|---|
| committer | 2017-01-26 17:12:02 -0800 | |
| commit | 67aab382bf5ed378a5a81f34e521c49e010baab2 (patch) | |
| tree | 5b13d9f4b32c672c0cdb5798034c79f37ecb7b9e | |
| parent | 6ee80f3a652358e8297102ea855105aea05bedf8 (diff) | |
Add tooltip for the search button in SearchView
Bug: 34750715
Test: manual
Change-Id: Iea3f68b12a2ee573df4cec352fb28721077d53a5
| -rw-r--r-- | core/res/res/layout/search_view.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout/search_view.xml b/core/res/res/layout/search_view.xml index 72588c71b7d9..0c462fda9235 100644 --- a/core/res/res/layout/search_view.xml +++ b/core/res/res/layout/search_view.xml @@ -43,7 +43,8 @@ android:layout_height="match_parent" android:layout_gravity="center_vertical" android:focusable="true" - android:contentDescription="@string/searchview_description_search" /> + android:contentDescription="@string/searchview_description_search" + android:tooltipText="@string/searchview_description_search" /> <LinearLayout android:id="@+id/search_edit_frame" |