mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 19:46:25 +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
6 changed files with 2 additions and 3 deletions
|
|
@ -3,10 +3,9 @@
|
|||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@android:color/white" />
|
||||
|
||||
<!-- You can insert your own image assets here -->
|
||||
<!-- <item>
|
||||
<item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/launch_image" />
|
||||
</item> -->
|
||||
</item>
|
||||
</layer-list>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue