Skip to content

Commit 8067ab4

Browse files
update android/app/src/main/res/values/styles.xml
1 parent 52b19b5 commit 8067ab4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<resources>
3-
4-
<!-- Base application theme. -->
52
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
6-
<!-- Customize your theme here. -->
73
<item name="colorPrimary">@color/colorPrimary</item>
84
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
95
<item name="colorAccent">@color/colorAccent</item>
@@ -15,11 +11,7 @@
1511
<item name="android:background">#FFFBDE</item>
1612
</style>
1713

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

0 commit comments

Comments
 (0)