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
|
|
@ -49,6 +49,7 @@
|
|||
<item name="more_bottom_sheet_drawable_color">@color/white</item>
|
||||
<item name="card_item_color">@color/white</item>
|
||||
<item name="upload_icon_drawable">@drawable/ic_upload_white_24dp</item>
|
||||
<item name="refresh_icon_drawable">@drawable/ic_refresh_white_24dp</item>
|
||||
<item name="notification_icon_drawable">@drawable/ic_notifications_white_24dp</item>
|
||||
<item name="notification_icon_text_color">@color/white</item>
|
||||
<item name="toggle_theme">@style/SwitchThemeDark</item>
|
||||
|
|
@ -110,6 +111,7 @@
|
|||
<item name="more_bottom_sheet_drawable_color">@color/black</item>
|
||||
<item name="card_item_color">@color/primaryDarkColor</item>
|
||||
<item name="upload_icon_drawable">@drawable/ic_upload_blue_24dp</item>
|
||||
<item name="refresh_icon_drawable">@drawable/ic_refresh_grey_24dp</item>
|
||||
<item name="notification_icon_drawable">@drawable/ic_notifications_blue_24dp</item>
|
||||
<item name="notification_icon_text_color">@color/primaryDarkColor</item>
|
||||
<item name="toggle_theme">@style/SwitchThemeLight</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue