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


<!-- Splash Screen Theme -->
<style name="AppTheme.NoActionBarLaunch" parent="AppTheme.NoActionBar">
<item name="android:background">@drawable/splash</item>
</style>
<item name="android:background">@drawable/splash</item>
<item name="windowActionBar">false</item> <!-- Certifique-se que a barra de ação não apareça -->
<item name="windowNoTitle">true</item> <!-- E o título da janela -->
</style>

</resources>
</resources>

0 comments on commit fb3b72f

Please sign in to comment.