mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +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="@drawable/splash_icon"
|
||||
android:gravity="center" />
|
||||
<item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@drawable/splash_icon" />
|
||||
</item>
|
||||
|
||||
</layer-list>
|
||||
|
Loading…
Reference in New Issue
Block a user