We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832d42b commit 4689cf7Copy full SHA for 4689cf7
android/src/main/res/values/styles.xml
@@ -5,6 +5,7 @@
5
6
<style name="SplashScreen_SplashTheme" parent="Theme.AppCompat.NoActionBar">
7
<item name="android:windowAnimationStyle">@style/SplashScreen_SplashAnimation</item>
8
+ <item name="colorPrimaryDark">@color/primary_dark</item>
9
</style>
10
<style name="SplashScreen_Fullscreen" parent="SplashScreen_SplashTheme">
11
<item name="android:windowFullscreen">true</item>
0 commit comments