Splash screen tweak

master
Zakhar Timoshenko 2 years ago
parent 44b6f1b52f
commit df158db1e9
Signed by: Xtimms
SSH Key Fingerprint: SHA256:wH6spYepK/A5erBh7ZyAnr1ru9H4eaMVBEuiw6DSpxI

@ -2,10 +2,11 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Night Mode Splash Screen Theme -->
<style name="Theme.Shirizu.SplashTheme" parent="Theme.SplashScreen">
<item name="android:windowLightStatusBar">false</item>
<item name="android:windowLightNavigationBar" tools:targetApi="o_mr1">false</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
<item name="windowSplashScreenBackground">#111418</item>
<item name="windowSplashScreenAnimationDuration">5000</item>
<item name="postSplashScreenTheme">@style/Theme.Shirizu</item>
<item name="android:windowSplashScreenBrandingImage" tools:targetApi="s">@drawable/splash_branding_image</item>
</style>
</resources>

@ -2,10 +2,11 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Daylight Mode Splash Screen Theme -->
<style name="Theme.Shirizu.SplashTheme" parent="Theme.SplashScreen">
<item name="android:windowLightStatusBar">true</item>
<item name="android:windowLightNavigationBar" tools:targetApi="o_mr1">true</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
<item name="windowSplashScreenBackground">#F9F9FF</item>
<item name="windowSplashScreenAnimationDuration">5000</item>
<item name="postSplashScreenTheme">@style/Theme.Shirizu</item>
<item name="android:windowSplashScreenBrandingImage" tools:targetApi="s">@drawable/splash_branding_image</item>
</style>
</resources>
Loading…
Cancel
Save