mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-11 11:48:52 +00:00
Merge branch 'splash-screen'
This commit is contained in:
commit
bda0a76f26
android/app/src/main/res
drawable
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
values
@ -1,12 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Modify this file to customize your launch splash screen -->
|
||||
<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
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/launch_image" />
|
||||
</item> -->
|
||||
</item>
|
||||
</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 ![]() (image error) 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 ![]() (image error) 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 ![]() (image error) 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 ![]() (image error) 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 ![]() (image error) 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