mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 01:45:09 +01:00
14 lines
336 B
XML
14 lines
336 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
|
|
android:width="64dp"
|
|
android:height="64dp"
|
|
android:drawable="@drawable/ic_tachi"
|
|
android:gravity="center" />
|
|
|
|
</layer-list>
|