1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-03-14 06:33:59 +01:00
wulkanowy-mirror/app/src/main/res/drawable/background_splash.xml

14 lines
303 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@color/gray"/>
<item>
<bitmap
android:gravity="center"
android:src="@mipmap/ic_launcher"/>
</item>
</layer-list>