summaryrefslogtreecommitdiff
path: root/app/src/normal/res/drawable/background_red.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-11-29 14:01:05 +0100
committercyberta <cyberta@riseup.net>2022-11-30 14:19:39 +0100
commitc2f6bc4e2098265fb1fc8f671dbdecbb5917c6fc (patch)
tree1a1889b6dceebce2e0d63283dd1116b9dc468271 /app/src/normal/res/drawable/background_red.xml
parent0cf31d76c9f48cc73446b3fde478a46cd29c7594 (diff)
new EipFragment layout for Bitmask - portrait
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