Dark mode splash screen (closes #2540)

This commit is contained in:
arkon
2020-02-18 22:13:45 -05:00
parent 9942227c6c
commit 3bce3502d2
4 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--===============-->
<!-- Launch Screen -->
<!--===============-->
<style name="Theme.Splash" parent="Theme.Tachiyomi">
<item name="colorBackgroundSplash">@color/colorDarkPrimaryDark</item>
<item name="android:windowBackground">@drawable/splash_background</item>
<item name="android:statusBarColor">?attr/colorBackgroundSplash</item>
<item name="android:navigationBarColor">?attr/colorBackgroundSplash</item>
</style>
</resources>