Change the search icon in the action bar.

I changed the search icon in the action bar. And my search icon will change to:

enter image description here

But I also want to change this search icon:

enter image description here

How can i do this?

+4
source share
1 answer

In the theme file

<style name="Theme" parent="Your parent theme">
 <item name="android:searchViewSearchIcon">@android:drawable/ic_search</item>
</style>
+4
source

All Articles