mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Custom splash screen (for Android)
Ref: https://medium.com/better-programming/customize-default-splash-screen-in-flutter-4f0a3d872377
This commit is contained in:
parent
bd4729f346
commit
2e72d4bc2e
@ -3,10 +3,9 @@
|
|||||||
<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="@android:color/white" />
|
<item android:drawable="@android:color/white" />
|
||||||
|
|
||||||
<!-- You can insert your own image assets here -->
|
<item>
|
||||||
<!-- <item>
|
|
||||||
<bitmap
|
<bitmap
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:src="@mipmap/launch_image" />
|
android:src="@mipmap/launch_image" />
|
||||||
</item> -->
|
</item>
|
||||||
</layer-list>
|
</layer-list>
|
||||||
|
BIN
android/app/src/main/res/mipmap-hdpi/launch_image.png
Normal file
BIN
android/app/src/main/res/mipmap-hdpi/launch_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
BIN
android/app/src/main/res/mipmap-mdpi/launch_image.png
Normal file
BIN
android/app/src/main/res/mipmap-mdpi/launch_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
android/app/src/main/res/mipmap-xhdpi/launch_image.png
Normal file
BIN
android/app/src/main/res/mipmap-xhdpi/launch_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
android/app/src/main/res/mipmap-xxhdpi/launch_image.png
Normal file
BIN
android/app/src/main/res/mipmap-xxhdpi/launch_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
android/app/src/main/res/mipmap-xxxhdpi/launch_image.png
Normal file
BIN
android/app/src/main/res/mipmap-xxxhdpi/launch_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
x
Reference in New Issue
Block a user