2020-02-19 04:13:45 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<!--===============-->
|
|
|
|
<!-- Launch Screen -->
|
|
|
|
<!--===============-->
|
|
|
|
<style name="Theme.Splash" parent="Theme.Tachiyomi">
|
2020-03-14 18:42:41 +01:00
|
|
|
<item name="colorBackgroundSplash">@color/backgroundDark</item>
|
2020-02-19 04:13:45 +01:00
|
|
|
|
|
|
|
<item name="android:windowBackground">@drawable/splash_background</item>
|
|
|
|
<item name="android:statusBarColor">?attr/colorBackgroundSplash</item>
|
|
|
|
<item name="android:navigationBarColor">?attr/colorBackgroundSplash</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</resources>
|