mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Custom color
This commit is contained in:
parent
2e72d4bc2e
commit
40b2fec1f5
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
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…
Add table
Add a link
Reference in a new issue