Black theme update (#673)

* Playlist already added song prevention & AndroidSlidingUpPanel repo Update

* Update color for black theme, now playing card to have a black color with some radius
This commit is contained in:
7sco 2019-06-09 16:30:29 -04:00 committed by Eugene
commit 5f9a2a5447
5 changed files with 5 additions and 2 deletions

View file

@ -63,7 +63,7 @@
<item name="android:windowBackground">@android:color/black</item>
<item name="dividerColor">#18FFFFFF</item>
<item name="defaultFooterColor">@color/md_grey_800</item>
<item name="cardBackgroundColor">@color/md_grey_900</item>
<item name="cardBackgroundColor">@android:color/black</item>
<item name="md_background_color">@color/md_grey_900</item>
</style>