|
|
|
@ -27,6 +27,13 @@
|
|
|
|
|
<style name="AppThemeBaseLight" parent="Base.Theme.AppCompat.Light.DarkActionBar">
|
|
|
|
|
<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
|
|
|
|
|
</item>
|
|
|
|
|
<item name="android:windowSplashScreenAnimatedIcon" tools:targetApi="s">
|
|
|
|
|
@mipmap/ic_launcher_round
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
|
|
<item name="android:windowDisablePreview">true</item>
|
|
|
|
|
<item name="android:windowAnimationStyle">@style/activityAnimationStyle</item>
|
|
|
|
|
|
|
|
|
@ -72,6 +79,13 @@
|
|
|
|
|
<style name="AppThemeBaseDark" parent="Base.Theme.AppCompat">
|
|
|
|
|
<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
|
|
|
|
|
</item>
|
|
|
|
|
<item name="android:windowSplashScreenAnimatedIcon" tools:targetApi="s">
|
|
|
|
|
@mipmap/ic_launcher_round
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
|
|
<item name="android:windowDisablePreview">true</item>
|
|
|
|
|
<item name="android:windowAnimationStyle">@style/activityAnimationStyle</item>
|
|
|
|
|
|
|
|
|
|