Splash screen matches status/nav bar

This commit is contained in:
Jay 2020-01-15 01:21:58 -08:00
parent 22bb346359
commit 3f4a1f7fac

View File

@ -144,11 +144,10 @@
<!--===============-->
<!-- Launch Screen -->
<!--===============-->
<style name="Theme.BrandedLaunch">
<item name="android:windowBackground">@mipmap/ic_launcher</item>
</style>
<style name="Theme.Splash" parent="Theme.Tachiyomi">
<item name="android:windowBackground">@drawable/splash_background</item>
<item name="android:statusBarColor">@color/splashBackground</item>
<item name="android:navigationBarColor">@color/splashBackground</item>
</style>