Clean up splash screen code

This commit is contained in:
arkon
2020-01-08 22:38:19 -05:00
parent 141b7ac554
commit 07caea8b4e
9 changed files with 10 additions and 31 deletions
+2 -2
View File
@@ -156,8 +156,8 @@
<!--===============-->
<!-- Launch Screen -->
<!--===============-->
<style name="Theme.BrandedLaunch">
<item name="android:windowBackground">@drawable/branded_logo</item>
<style name="Theme.Splash" parent="Theme.Tachiyomi">
<item name="android:windowBackground">@drawable/splash_background</item>
</style>