Skip to content

Commit aa2ca27

Browse files
update android/app/src/main/res/values/styles.xml
1 parent b31a4f3 commit aa2ca27

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
@@ -5,11 +5,11 @@
55
</style>
66

77
<style name="AppTheme.NoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
8-
<item name="android:background">@drawable/splash_screen</item>
8+
<item name="android:background">@null</item>
99
</style>
1010

1111
<style name="AppTheme.NoActionBarLaunch" parent="AppTheme.NoActionBar">
12-
<item name="android:background">@drawable/splash_screen</item>
12+
<item name="android:background">@null</item>
1313
</style>
1414

1515
</resources>

0 commit comments

Comments
 (0)