Skip to content

Commit b66b8fe

Browse files
update android/app/src/main/res/values/styles.xml
1 parent a12e8f8 commit b66b8fe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<resources>
2-
<style name="LaunchTheme" parent="Theme.AppCompat.Light.NoActionBar">
3-
<item name="android:windowBackground">@drawable/splash</item>
2+
<style name="LaunchTheme" parent="Theme.AppCompat.Light.NoActionBar">
3+
<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>
47
</style>
58
</resources>

0 commit comments

Comments
 (0)