mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 06:22:49 +01:00
13 lines
315 B
XML
13 lines
315 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="?attr/colorBackgroundSplash" />
|
|
|
|
<item>
|
|
<bitmap
|
|
android:gravity="center"
|
|
android:src="@drawable/splash_icon" />
|
|
</item>
|
|
|
|
</layer-list>
|