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 091b2d1 commit 8e25f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<style name="AppTheme.NoActionBar" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:background">#FFFBDE</item>
<item name="android:background">@drawable/splash</item>
</style>

<style name="AppTheme.NoActionBarLaunch" parent="AppTheme.NoActionBar">
<item name="android:background">@drawable/splash</item>
<!-- Não é necessário definir android:background novamente, pois já é herdado -->
</style>
</resources>

0 comments on commit 8e25f83

Please sign in to comment.