mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix stretched splash screen icon on older versions of Android
This commit is contained in:
parent
8d3166c5fe
commit
dc93368e03
1 changed files with 5 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue