We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12e8f8 commit b66b8feCopy full SHA for b66b8fe
android/app/src/main/res/values/styles.xml
@@ -1,5 +1,8 @@
1
<resources>
2
- <style name="LaunchTheme" parent="Theme.AppCompat.Light.NoActionBar">
3
- <item name="android:windowBackground">@drawable/splash</item>
+ <style name="LaunchTheme" parent="Theme.AppCompat.Light.NoActionBar">
+ <item name="android:background">@drawable/splash</item>
4
+ <item name="android:windowSplashScreenAnimatedIcon">@drawable/splash</item>
5
+ <item name="android:windowSplashScreenIconBackgroundColor">#FFFBDE</item>
6
+ <item name="windowSplashScreenBackground">#FFFBDE</item>
7
</style>
8
</resources>
0 commit comments