Fix sleep timer crash, removed discord etc

This commit is contained in:
h4h13 2019-06-16 23:40:28 +05:30
parent 933bf70068
commit 55807200d5
48 changed files with 104 additions and 281 deletions

View file

@ -155,9 +155,6 @@
<string name="delete_songs_title">Delete songs</string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="discord_page">Discord</string>
<string name="discord_summary">Join the Discord server to keep up with the latest news</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>

View file

@ -106,12 +106,11 @@
<item name="windowActionBar">false</item>
</style>
<style name="Theme.RetroMusic.Base.Black" parent="@style/Theme.RetroMusic.Base">
<item name="dividerColor">@color/dark_color</item>
<item name="defaultFooterColor">@color/md_grey_800</item>
<item name="cardBackgroundColor">@color/md_grey_900</item>
<item name="cardBackgroundColor">@color/black_color</item>
<item name="md_background_color">@color/card_black_color</item>
<item name="android:windowBackground">@color/black_color</item>