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 52b19b5 commit 8067ab4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
Expand All @@ -15,11 +11,7 @@
<item name="android:background">#FFFBDE</item>
</style>

<!-- Splash Screen Theme -->
<style name="AppTheme.NoActionBarLaunch" parent="AppTheme.NoActionBar">
<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>

0 comments on commit 8067ab4

Please sign in to comment.