mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
switch to vector for splash since we target > 21 (#208)
This commit is contained in:
parent
3631489c56
commit
5e5ab8df6b
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 902 B |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB |
@ -3,10 +3,11 @@
|
|||||||
|
|
||||||
<item android:drawable="@color/splashBackground" />
|
<item android:drawable="@color/splashBackground" />
|
||||||
|
|
||||||
<item>
|
|
||||||
<bitmap
|
<item
|
||||||
android:gravity="center"
|
android:width="64dp"
|
||||||
android:src="@drawable/splash_icon"/>
|
android:height="64dp"
|
||||||
</item>
|
android:drawable="@drawable/ic_tachi"
|
||||||
|
android:gravity="center" />
|
||||||
|
|
||||||
</layer-list>
|
</layer-list>
|
||||||
|
Loading…
Reference in New Issue
Block a user