16 lines
538 B
XML
Raw Normal View History

2020-02-18 22:13:45 -05:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--===============-->
<!-- Launch Screen -->
<!--===============-->
2020-03-14 13:18:34 -04:00
<style name="Theme.Splash" parent="Theme.Tachiyomi.Dark">
<item name="colorBackgroundSplash">@color/backgroundDark</item>
2020-02-18 22:13:45 -05: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>