2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00

Custom color

This commit is contained in:
Oliver Walters 2021-02-04 22:57:49 +11:00
parent 2e72d4bc2e
commit 40b2fec1f5
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?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" />
<item>
<bitmap

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name='splash_screen_background'>#b8a46c</color>
</resources>