mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 07:29:18 +01:00
13 lines
310 B
XML
13 lines
310 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="@color/splashBackground" />
|
|
|
|
<item>
|
|
<bitmap
|
|
android:gravity="center"
|
|
android:src="@drawable/splash_icon"/>
|
|
</item>
|
|
|
|
</layer-list>
|