|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
<item name="themeName">light</item>
|
|
|
|
|
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
|
|
|
|
|
<item name="android:windowSplashScreenBackground" tools:targetApi="s">
|
|
|
|
|
@android:color/darker_gray
|
|
|
|
|
@color/splashBackground
|
|
|
|
|
</item>
|
|
|
|
|
<item name="android:windowSplashScreenAnimatedIcon" tools:targetApi="s">
|
|
|
|
|
@mipmap/ic_launcher_round
|
|
|
|
@ -104,7 +104,7 @@
|
|
|
|
|
<item name="themeName">dark</item>
|
|
|
|
|
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
|
|
|
|
|
<item name="android:windowSplashScreenBackground" tools:targetApi="s">
|
|
|
|
|
@android:color/darker_gray
|
|
|
|
|
@color/splashBackground
|
|
|
|
|
</item>
|
|
|
|
|
<item name="android:windowSplashScreenAnimatedIcon" tools:targetApi="s">
|
|
|
|
|
@mipmap/ic_launcher_round
|
|
|
|
@ -584,7 +584,7 @@
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.AppCompat.TranslucentSplash" parent="Theme.AppCompat.NoActionBar">
|
|
|
|
|
<item name="android:windowBackground">@android:color/darker_gray</item>
|
|
|
|
|
<item name="android:windowBackground">@color/splashBackground</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="activityAnimationStyle" parent="@android:style/Animation.Activity">
|
|
|
|
|