summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-04-16 17:25:17 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-04-16 17:25:17 -0700
commitbe07655642b5bef6a59495eb59d9b552f30a18b9 (patch)
tree55ba81c6f716f4d2ccc4fe6d16e838814ccd3d0e /res/menu
parent0bae067a9932b27d6b740ef3d4ec00c8136cfabd (diff)
downloadpackages_apps_Settings-be07655642b5bef6a59495eb59d9b552f30a18b9.zip
packages_apps_Settings-be07655642b5bef6a59495eb59d9b552f30a18b9.tar.gz
packages_apps_Settings-be07655642b5bef6a59495eb59d9b552f30a18b9.tar.bz2
Update Search icon
- use Quantum Theme one See bug #13818985 Settings using GB-style search icon Change-Id: I0b0f61524f1e66bfdb46c47798e9ec1f5038c10c
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/options_menu.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/options_menu.xml b/res/menu/options_menu.xml
index a9135e2..1f35c5d 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_api_holo_light"
+ android:icon="@*android:drawable/ic_search_api_quantum"
android:showAsAction="collapseActionView|ifRoom"
android:actionViewClass="android.widget.SearchView" />
</menu> \ No newline at end of file