summaryrefslogtreecommitdiffstats
path: root/platform/android/java/app/res/drawable/splash_drawable.xml
blob: 2794a40817da8250078f9f8a1a9071b9fc7ebae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

	<item android:drawable="@drawable/splash_bg_color" />

	<item>
		<bitmap
				android:gravity="center"
				android:src="@drawable/splash" />
	</item>

</layer-list>