Match status/nav bar color with toolbar

This commit is contained in:
arkon
2020-03-14 13:42:41 -04:00
parent 91f7056767
commit 04bbc764a0
2 changed files with 8 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<!-- Launch Screen -->
<!--===============-->
<style name="Theme.Splash" parent="Theme.Tachiyomi">
<item name="colorBackgroundSplash">@color/colorDarkPrimaryDark</item>
<item name="colorBackgroundSplash">@color/backgroundDark</item>
<item name="android:windowBackground">@drawable/splash_background</item>
<item name="android:statusBarColor">?attr/colorBackgroundSplash</item>