Use blue icon on light theme instead (#4144)

This commit is contained in:
neslihanturan 2021-01-02 16:07:03 +03:00 committed by GitHub
parent b06f875812
commit d19c183c04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View file

@ -5,7 +5,7 @@
<item
android:id="@+id/action_search"
android:title="@string/menu_search_button"
android:icon="@drawable/ic_search_white_24dp"
android:icon="?attr/search_icon"
android:orderInCategory="1"
app:showAsAction="ifRoom"
/>