Black loading background

This commit is contained in:
Andrew Rabert 2017-06-02 07:19:22 -04:00
parent fdf9f57f53
commit 1a2bfa97ae
3 changed files with 6 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<application android:label="@string/common.appname"
android:backupAgent="net.nullsum.audinaut.util.SettingsBackupAgent"
android:icon="@drawable/launch"
android:theme="@style/Theme.Audinaut.Light">
android:theme="@style/LaunchScreen">
<uses-library android:name="android.test.runner" />

View File

@ -6,4 +6,6 @@
<color name="lightPrimary">#2196F3</color>
<color name="lightPrimaryDark">#1E88E5</color>
<color name="lightAccent">#448AFF</color>
<color name="black">#000000</color>
</resources>

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LaunchScreen" parent="@style/Theme.AppCompat.Light.DarkActionBar">
<item name="android:windowBackground">@color/black</item>
</style>
<style name="Theme.Audinaut.Light.Base" parent="@style/Theme.AppCompat.Light.DarkActionBar">
<item name="offline_icon">@drawable/main_offline_light</item>
<item name="media_button_backward">@drawable/media_backward_light</item>