Add larger minimalistic splash screen icon

This commit is contained in:
arkon 2020-01-09 18:30:55 -05:00
parent 07caea8b4e
commit 8d3166c5fe
6 changed files with 5 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 902 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1,7 +1,10 @@
<?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:drawable="@drawable/tachiyomi_circle"
android:gravity="center"></item>
android:drawable="@drawable/splash_icon"
android:gravity="center" />
</layer-list>