mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
9 lines
284 B
XML
9 lines
284 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:drawable="@color/colorSplash"/>
|
||
|
<item
|
||
|
android:gravity="center"
|
||
|
android:drawable="@mipmap/ic_launcher_round">
|
||
|
</item>
|
||
|
</layer-list>
|