summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawables/peertube/drawable/background_rounded_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawables/peertube/drawable/background_rounded_item.xml')
-rw-r--r--app/src/main/res/drawables/peertube/drawable/background_rounded_item.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/drawables/peertube/drawable/background_rounded_item.xml b/app/src/main/res/drawables/peertube/drawable/background_rounded_item.xml
new file mode 100644
index 000000000..2ea72ddf9
--- /dev/null
+++ b/app/src/main/res/drawables/peertube/drawable/background_rounded_item.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <stroke
+ android:width="1dp"
+ android:color="?attr/colorAccent" />
+ <corners android:radius="20dp" />
+</shape> \ No newline at end of file