mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 00:59:17 +01:00
Fix stretched splash screen icon on older versions of Android
This commit is contained in:
parent
8d3166c5fe
commit
dc93368e03
@ -3,8 +3,10 @@
|
|||||||
|
|
||||||
<item android:drawable="@color/colorSplash" />
|
<item android:drawable="@color/colorSplash" />
|
||||||
|
|
||||||
<item
|
<item>
|
||||||
android:drawable="@drawable/splash_icon"
|
<bitmap
|
||||||
android:gravity="center" />
|
android:gravity="center"
|
||||||
|
android:src="@drawable/splash_icon" />
|
||||||
|
</item>
|
||||||
|
|
||||||
</layer-list>
|
</layer-list>
|
||||||
|
Loading…
Reference in New Issue
Block a user