mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 13:08:00 +01:00
use a color constant for setting adaptive icon background color
This commit is contained in:
parent
8f9688ec18
commit
e8645f34b7
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@
|
|||
<color name="default_text_color">@color/default_dark_theme_text_color</color>
|
||||
<color name="default_background_color">@color/default_dark_theme_background_color</color>
|
||||
|
||||
<color name="ic_launcher_background">#f68630</color>
|
||||
<color name="ic_launcher_background">@color/color_primary</color>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue