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 a82228a commit b9bc13e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
<item name="windowNoTitle">true</item>
<item name="android:background">#FFFBDE</item>
</style>

<style name="AppTheme.NoActionBarLaunch" parent="AppTheme.NoActionBar">
<item name="android:background">@drawable/splash</item>
</style>

</resources>

0 comments on commit b9bc13e

Please sign in to comment.