Skip to content

Commit

Permalink
update android/app/src/main/res/values/styles.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Dec 24, 2024
1 parent a12e8f8 commit b66b8fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<resources>
<style name="LaunchTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">@drawable/splash</item>
<style name="LaunchTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:background">@drawable/splash</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/splash</item>
<item name="android:windowSplashScreenIconBackgroundColor">#FFFBDE</item>
<item name="windowSplashScreenBackground">#FFFBDE</item>
</style>
</resources>

0 comments on commit b66b8fe

Please sign in to comment.