mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-12 20:23:02 +00:00
Merge branch 'splash-screen'
This commit is contained in:
commit
bda0a76f26
@ -1,12 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- Modify this file to customize your launch splash screen -->
|
<!-- Modify this file to customize your launch splash screen -->
|
||||||
<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="@color/splash_screen_background" />
|
||||||
|
|
||||||
<!-- 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 |
4
android/app/src/main/res/values/colors.xml
Normal file
4
android/app/src/main/res/values/colors.xml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<color name='splash_screen_background'>#b8a46c</color>
|
||||||
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user