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

View File

@@ -8,6 +8,8 @@
<color name="colorDarkPrimaryDark">#1C1C1D</color>
<color name="colorAmoledPrimary">@color/md_black_1000</color>
<color name="colorSplash">#455A64</color>
<!-- Light Theme -->
<color name="colorAccentLight">@color/md_blue_A400</color>
<color name="textColorPrimaryLight">@color/md_black_1000_87</color>
@@ -84,6 +86,4 @@
<color name="md_teal_500">#009688</color>
<color name="colorSplash">#455A64</color>
</resources>

View File

@@ -1,16 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--=============-->
<!--Splash Screen-->
<!--=============-->
<style name="SplashScreenBackground" parent="Theme.Tachiyomi">
<item name="android:windowBackground">@drawable/splash_background</item>
</style>
<!--========-->
<!--Toolbars-->
<!--========-->

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>