mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 19:27:25 +01:00
Add larger minimalistic splash screen icon
This commit is contained in:
parent
07caea8b4e
commit
8d3166c5fe
BIN
app/src/main/res/drawable-hdpi/splash_icon.webp
Normal file
BIN
app/src/main/res/drawable-hdpi/splash_icon.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/drawable-mdpi/splash_icon.webp
Normal file
BIN
app/src/main/res/drawable-mdpi/splash_icon.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 902 B |
BIN
app/src/main/res/drawable-xhdpi/splash_icon.webp
Normal file
BIN
app/src/main/res/drawable-xhdpi/splash_icon.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
app/src/main/res/drawable-xxhdpi/splash_icon.webp
Normal file
BIN
app/src/main/res/drawable-xxhdpi/splash_icon.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/splash_icon.webp
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/splash_icon.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
@ -1,7 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
<item android:drawable="@color/colorSplash" />
|
<item android:drawable="@color/colorSplash" />
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:drawable="@drawable/tachiyomi_circle"
|
android:drawable="@drawable/splash_icon"
|
||||||
android:gravity="center"></item>
|
android:gravity="center" />
|
||||||
|
|
||||||
</layer-list>
|
</layer-list>
|
||||||
|
Loading…
Reference in New Issue
Block a user