2019-01-05 11:22:14 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
|
|
android:shape="oval"
|
|
|
|
android:thicknessRatio="1.9"
|
2019-09-06 17:55:14 +02:00
|
|
|
android:useLevel="false">
|
2019-01-05 11:22:14 +01:00
|
|
|
<solid android:color="@color/peertube_orange" />
|
|
|
|
|
|
|
|
<stroke
|
2019-09-06 17:55:14 +02:00
|
|
|
android:width="10dp"
|
|
|
|
android:color="@color/peertube_orange" />
|
2019-01-05 11:22:14 +01:00
|
|
|
</shape>
|