Fixed Splash screen when theme settings are changed
This commit is contained in:
parent
ad04c4e2ed
commit
7186071772
10 changed files with 14 additions and 50 deletions
|
@ -17,9 +17,9 @@
|
|||
<item name="colorSurface">@android:color/system_accent1_50</item>
|
||||
</style>
|
||||
|
||||
<style name="SplashTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
|
||||
<item name="android:windowSplashScreenAnimatedIcon">@drawable/ic_splash_anim</item>
|
||||
<style name="Theme.RetroMusic.SplashScreen" parent="Theme.SplashScreen">
|
||||
<item name="android:windowSplashScreenAnimatedIcon">@drawable/avd_splash</item>
|
||||
<item name="android:windowSplashScreenAnimationDuration">1000</item>
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
<item name="postSplashScreenTheme">@style/Theme.RetroMusic.FollowSystem</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue