cloudstream/app/src/main/res/drawable/circle_shape.xml

11 lines
299 B
XML
Raw Normal View History

2021-07-24 15:13:21 +00:00
<?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">
2022-02-06 14:53:39 +00:00
<solid android:color="?attr/white" />
2021-07-24 15:13:21 +00:00
</shape>