summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/bg_splash.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res/drawable/bg_splash.xml')
-rw-r--r--core/src/main/res/drawable/bg_splash.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/core/src/main/res/drawable/bg_splash.xml b/core/src/main/res/drawable/bg_splash.xml
index 32241ec22..929fe411a 100644
--- a/core/src/main/res/drawable/bg_splash.xml
+++ b/core/src/main/res/drawable/bg_splash.xml
@@ -1,13 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:drawable="@color/ic_launcher_background"/>
+ <item>
+ <shape android:shape="rectangle" >
+ <gradient
+ android:angle="-90"
+ android:startColor="@color/icon_background_gradient_start"
+ android:endColor="@color/icon_background_gradient_end" />
+ </shape>
+ </item>
<item>
<bitmap
android:gravity="center"
- android:src="@mipmap/ic_launcher_foreground"/>
+ android:src="@drawable/ic_launcher_foreground_no_finish"/>
</item>
</layer-list> \ No newline at end of file