UNPKG
react-native-template-mrf
Version:
latest (0.0.1)
0.0.1
react-native-template-mrf
/
project
/
asset
/
splash_screen.xml
9 lines
•
279 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
layer-list
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<
item
android:drawable
=
"__background__"
/>
<
item
>
<
bitmap
android:gravity
=
"center"
android:src
=
"@mipmap/logo"
/>
</
item
>
</
layer-list
>