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

9 lines
427 B
XML
Raw Normal View History

2020-10-28 13:10:43 +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" />
<!-- You can insert your own image assets here -->
<item android:bottom="100dp">
<bitmap android:gravity="bottom" android:src="@mipmap/text_light" />
</item>-->
2020-05-12 03:54:17 +02:00
</layer-list>