Fix FLAG_SECURE splash screen having a pink top bar (#6903)
This commit is contained in:
@@ -11,7 +11,14 @@
|
||||
<item name="windowSplashScreenBackground">@color/splashscreen_bg_dark</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/transparent</item>
|
||||
<item name="postSplashScreenTheme">@style/Theme.ElementX</item>
|
||||
<item name="android:windowBackground">@color/splashscreen_bg_dark</item>
|
||||
<item name="android:statusBarColor">@color/splashscreen_bg_dark</item>
|
||||
<item name="android:navigationBarColor">@color/splashscreen_bg_dark</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.ElementX" parent="Theme.Material3.Dark.NoActionBar" />
|
||||
<style name="Theme.ElementX" parent="Theme.Material3.Dark.NoActionBar">
|
||||
<item name="android:windowBackground">@color/splashscreen_bg_dark</item>
|
||||
<item name="android:statusBarColor">@color/splashscreen_bg_dark</item>
|
||||
<item name="android:navigationBarColor">@color/splashscreen_bg_dark</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
@@ -10,8 +10,14 @@
|
||||
<item name="windowSplashScreenBackground">@color/splashscreen_bg_light</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/transparent</item>
|
||||
<item name="postSplashScreenTheme">@style/Theme.ElementX</item>
|
||||
<item name="android:windowBackground">@color/splashscreen_bg_light</item>
|
||||
<item name="android:statusBarColor">@color/splashscreen_bg_light</item>
|
||||
<item name="android:navigationBarColor">@color/splashscreen_bg_light</item>
|
||||
</style>
|
||||
<style name="Theme.ElementX" parent="Theme.Material3.Light.NoActionBar">
|
||||
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
|
||||
<item name="android:windowBackground">@color/splashscreen_bg_light</item>
|
||||
<item name="android:statusBarColor">@color/splashscreen_bg_light</item>
|
||||
<item name="android:navigationBarColor">@color/splashscreen_bg_light</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user