summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-09-21 09:50:01 +0200
committerByteHamster <info@bytehamster.com>2020-09-21 09:50:33 +0200
commit727f38cf633a73ff219e66d5924691b95dc9a9e9 (patch)
tree416e21ff21ee97cf788605463a33d8ab6217bf9f /core/src/main/res/drawable
parente82702655e5b2b5a4c5fe2a3d9276f052571ac68 (diff)
downloadAntennaPod-727f38cf633a73ff219e66d5924691b95dc9a9e9.zip
New splash screen
Diffstat (limited to 'core/src/main/res/drawable')
-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