mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 06:13:54 +01:00
Fixed refresh icon visibility in light mode
This commit is contained in:
parent
4005a5192b
commit
64ad6ca94b
6 changed files with 17 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
<item
|
||||
android:id="@+id/retry_icon"
|
||||
android:title="Retry"
|
||||
android:icon="@drawable/ic_refresh_white_24dp"
|
||||
android:icon="?attr/refresh_icon_drawable"
|
||||
android:orderInCategory="1"
|
||||
app:showAsAction="ifRoom"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue