mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Use blue icon on light theme instead (#4144)
This commit is contained in:
parent
b06f875812
commit
d19c183c04
4 changed files with 9 additions and 1 deletions
|
|
@ -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"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue