toolheim/mobile-app/android/app/src/main/res/drawable/launch_background.xml

12 lines
373 B
XML
Raw Normal View History

2019-06-24 00:53:43 +02:00
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
2019-08-11 21:20:33 +02:00
<item android:drawable="@color/splashBackground" />
2019-06-24 00:53:43 +02:00
2019-08-11 21:20:33 +02:00
<item>
2019-06-24 00:53:43 +02:00
<bitmap
android:gravity="center"
2019-08-11 21:20:33 +02:00
android:src="@mipmap/splashscreen" />
</item>
2019-06-24 00:53:43 +02:00
</layer-list>