Replace hard coded color with material color reference
This commit is contained in:
parent
e17196bdf4
commit
218fae678f
1 changed files with 2 additions and 2 deletions
|
|
@ -3,6 +3,6 @@
|
||||||
<color name="twenty_percent_black_overlay">#34000000</color>
|
<color name="twenty_percent_black_overlay">#34000000</color>
|
||||||
<color name="fifty_percent_black_overlay">#88000000</color>
|
<color name="fifty_percent_black_overlay">#88000000</color>
|
||||||
|
|
||||||
<color name="app_shortcut_default_foreground">#607d8b</color>
|
<color name="app_shortcut_default_foreground">@color/md_blue_grey_500</color>
|
||||||
<color name="app_shortcut_default_background">#f5f5f5</color>
|
<color name="app_shortcut_default_background">@color/md_grey_50</color>
|
||||||
</resources>
|
</resources>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue