|
|
|
|
@ -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>
|