summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawables/peertube/drawable/rounded_live.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawables/peertube/drawable/rounded_live.xml')
-rw-r--r--app/src/main/res/drawables/peertube/drawable/rounded_live.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/drawables/peertube/drawable/rounded_live.xml b/app/src/main/res/drawables/peertube/drawable/rounded_live.xml
new file mode 100644
index 000000000..757a864da
--- /dev/null
+++ b/app/src/main/res/drawables/peertube/drawable/rounded_live.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <stroke
+ android:width="1dp"
+ android:color="?colorError" />
+
+ <solid android:color="?colorError" />
+
+ <padding
+ android:bottom="1dp"
+ android:left="1dp"
+ android:right="1dp"
+ android:top="1dp" />
+ <corners android:radius="5dp" />
+</shape> \ No newline at end of file