diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-04-04 18:17:02 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2014-04-04 18:17:02 -0700 |
commit | 4e409012f3f874c8198afd9893e2f3b2b158510b (patch) | |
tree | e0ba1c133d07002ccede2d853696abbebd359b5d /res/menu/options_menu.xml | |
parent | 911fb2ad907d47a882c023b871c6457db32359f8 (diff) | |
download | packages_apps_Settings-4e409012f3f874c8198afd9893e2f3b2b158510b.zip packages_apps_Settings-4e409012f3f874c8198afd9893e2f3b2b158510b.tar.gz packages_apps_Settings-4e409012f3f874c8198afd9893e2f3b2b158510b.tar.bz2 |
Change Search icon asset in the ActionBar
- use ic_search_api_holo_light and wait for the Quantum Paper asset
Related to bug #13818985 Settings using GB-style search icon
Change-Id: I6e550008b1ec89470c66bc83b55dec11f7a3f067
Diffstat (limited to 'res/menu/options_menu.xml')
-rw-r--r-- | res/menu/options_menu.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/options_menu.xml b/res/menu/options_menu.xml index 59e9cad..a9135e2 100644 --- a/res/menu/options_menu.xml +++ b/res/menu/options_menu.xml @@ -18,7 +18,7 @@ <item android:id="@+id/search" android:title="@string/search_menu" - android:icon="@*android:drawable/ic_search" + android:icon="@*android:drawable/ic_search_api_holo_light" android:showAsAction="collapseActionView|ifRoom" android:actionViewClass="android.widget.SearchView" /> </menu>
\ No newline at end of file |