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