Splash status bar color

This commit is contained in:
ByteHamster 2019-01-10 13:12:23 +01:00
parent 84ede1b22d
commit 6c9f15e0bc
1 changed files with 2 additions and 0 deletions

View File

@ -372,6 +372,8 @@
<style name="Theme.AntennaPod.Dark.Splash" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowBackground">@drawable/bg_splash</item>
<item name="colorPrimary">@color/ic_launcher_background</item>
<item name="colorPrimaryDark">@color/ic_launcher_background</item>
</style>
<style name="Theme.AntennaPod.VideoPlayer" parent="@style/Theme.AntennaPod.Dark">