Splash screen matches status/nav bar
This commit is contained in:
parent
22bb346359
commit
3f4a1f7fac
1 changed files with 2 additions and 3 deletions
|
@ -144,11 +144,10 @@
|
||||||
<!--===============-->
|
<!--===============-->
|
||||||
<!-- Launch Screen -->
|
<!-- Launch Screen -->
|
||||||
<!--===============-->
|
<!--===============-->
|
||||||
<style name="Theme.BrandedLaunch">
|
|
||||||
<item name="android:windowBackground">@mipmap/ic_launcher</item>
|
|
||||||
</style>
|
|
||||||
<style name="Theme.Splash" parent="Theme.Tachiyomi">
|
<style name="Theme.Splash" parent="Theme.Tachiyomi">
|
||||||
<item name="android:windowBackground">@drawable/splash_background</item>
|
<item name="android:windowBackground">@drawable/splash_background</item>
|
||||||
|
<item name="android:statusBarColor">@color/splashBackground</item>
|
||||||
|
<item name="android:navigationBarColor">@color/splashBackground</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue