Various fixes and improvements
This commit is contained in:
parent
5f0bfdb14b
commit
6b68c17ae2
26 changed files with 142 additions and 121 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<color name="materialmusic_music_controller_container_color">@color/grey_300</color>
|
||||
<color name="materialmusic_navigation_drawer_background_color">#fff</color>
|
||||
<color name="materialmusic_separator_color">#0C000000</color>
|
||||
<color name="materialmusic_default_bar_color">@color/grey_500</color>
|
||||
<color name="materialmusic_default_bar_color">@color/grey_400</color>
|
||||
<color name="materialmusic_themed_drawable_color">#8A000000</color>
|
||||
|
||||
<!--dark theme-->
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
<color name="white">#fff</color>
|
||||
|
||||
<color name="grey_300">#e0e0e0</color>
|
||||
<color name="grey_400">#bdbdbd</color>
|
||||
<color name="grey_500">#9e9e9e</color>
|
||||
<color name="grey_800">#424242</color>
|
||||
<color name="grey_900">#212121</color>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue