summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawables/peertube/drawable/rounded_live.xml
blob: 8f03c0f6ad42072d6e24ead68ae1d303bfc4d899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="?colorError" />

    <padding
        android:bottom="1dp"
        android:left="6dp"
        android:right="6dp"
        android:top="1dp" />

    <corners android:radius="5dp" />
</shape>