cloudstream/app/src/main/res/drawable/circle_shape.xml
2022-02-06 15:53:39 +01:00

11 lines
No EOL
299 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="ring"
android:innerRadiusRatio="2.5"
android:thickness="2dp"
android:useLevel="false">
<solid android:color="?attr/white" />
</shape>