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