Skip to content

Commit 4689cf7

Browse files
author
Egor
committed
control the status bar color during on splash screen .show() with the @color/primary_dark resource
1 parent 832d42b commit 4689cf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/res/values/styles.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
<style name="SplashScreen_SplashTheme" parent="Theme.AppCompat.NoActionBar">
77
<item name="android:windowAnimationStyle">@style/SplashScreen_SplashAnimation</item>
8+
<item name="colorPrimaryDark">@color/primary_dark</item>
89
</style>
910
<style name="SplashScreen_Fullscreen" parent="SplashScreen_SplashTheme">
1011
<item name="android:windowFullscreen">true</item>

0 commit comments

Comments
 (0)