summaryrefslogtreecommitdiff
path: root/app/src/normal/res/drawable/background_red.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/normal/res/drawable/background_red.xml')
-rw-r--r--app/src/normal/res/drawable/background_red.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/app/src/normal/res/drawable/background_red.xml b/app/src/normal/res/drawable/background_red.xml
new file mode 100644
index 00000000..0189357c
--- /dev/null
+++ b/app/src/normal/res/drawable/background_red.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
+
+ <item>
+ <shape android:shape="rectangle">
+ <solid android:color="@color/bg_red_1"/>
+ <size android:width="200dp" android:height="250dp" />
+ </shape>
+ </item>
+ <item
+ android:bottom="150dp"
+
+ android:top="-100dp"
+ >
+ <shape android:shape="oval">
+ <gradient
+ android:startColor="@color/bg_red_2"
+ android:endColor="@color/bg_red_3"
+ android:angle="270"
+ android:useLevel="false"
+ />
+ <size android:width="200dp" android:height="250dp" />
+ </shape>
+ </item>
+
+</layer-list> \ No newline at end of file