summaryrefslogtreecommitdiff
path: root/platform/android/java/app/res/drawable/splash_drawable.xml
blob: 30627b998c231f28d7cf37d58de4d347b66c64cd (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:filter="false"
				android:src="@drawable/splash" />
	</item>
</layer-list>