summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawables/peertube/drawable/rounded_decoration_top.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawables/peertube/drawable/rounded_decoration_top.xml')
-rw-r--r--app/src/main/res/drawables/peertube/drawable/rounded_decoration_top.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/src/main/res/drawables/peertube/drawable/rounded_decoration_top.xml b/app/src/main/res/drawables/peertube/drawable/rounded_decoration_top.xml
new file mode 100644
index 000000000..d54965de8
--- /dev/null
+++ b/app/src/main/res/drawables/peertube/drawable/rounded_decoration_top.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item>
+ <shape android:shape="rectangle">
+ <size
+ android:width="30dp"
+ android:height="30dp" />
+ <solid android:color="@color/colorAccent" />
+ <corners android:bottomLeftRadius="30dp" />
+ </shape>
+ </item>
+ <item
+ android:bottom="1.5dp"
+ android:left="1.5dp">
+ <shape android:shape="rectangle">
+ <size
+ android:width="30dp"
+ android:height="30dp" />
+ <solid android:color="?backgroundColor" />
+ <corners android:bottomLeftRadius="30dp" />
+ </shape>
+ </item>
+</layer-list> \ No newline at end of file