We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecc40f commit 92dc87bCopy full SHA for 92dc87b
example-expo/android/app/src/main/res/drawable/splashscreen.xml
@@ -1,7 +1,4 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
3
<item android:drawable="@color/splashscreen_background"/>
4
- <item>
5
- <bitmap android:gravity="center" android:src="@drawable/splashscreen_logo"/>
6
- </item>
7
</layer-list>
example-expo/android/app/src/main/res/values/styles.xml
@@ -11,6 +11,5 @@
11
</style>
12
<style name="Theme.App.SplashScreen" parent="AppTheme">
13
<item name="android:windowBackground">@drawable/splashscreen</item>
14
- <item name="android:windowBackground">@drawable/splashscreen_logo</item>
15
16
</resources>
0 commit comments