Skip to content

Commit 8e25f83

Browse files
update android/app/src/main/res/values/styles.xml
1 parent 091b2d1 commit 8e25f83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/src/main/res/values/styles.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<style name="AppTheme.NoActionBar" parent="Theme.AppCompat.DayNight.NoActionBar">
99
<item name="windowActionBar">false</item>
1010
<item name="windowNoTitle">true</item>
11-
<item name="android:background">#FFFBDE</item>
11+
<item name="android:background">@drawable/splash</item>
1212
</style>
1313

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

0 commit comments

Comments
 (0)