tsacdop-podcast-app-android/android/app/src/main/res/drawable/launch_background_night.xml

12 lines
543 B
XML
Raw Normal View History

2020-03-01 13:17:06 +01: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">
<item android:drawable="@color/blackGrey" />
2020-03-01 13:17:06 +01:00
<!-- You can insert your own image assets here -->
<item>
2020-05-12 03:54:17 +02:00
<bitmap android:gravity="center" android:tileMode="disabled" android:src="@mipmap/ic_splash" />
</item>
2020-03-01 13:17:06 +01:00
<item android:bottom="100dp">
2020-05-12 03:54:17 +02:00
<bitmap android:gravity="bottom" android:src="@mipmap/text_light" />
2020-03-01 13:17:06 +01:00
</item>
</layer-list>