discord-jadx/app/src/main/res/drawable/drawable_circle_dashed.xml

6 lines
288 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<stroke android:width="2dp" android:color="#ffffff" android:dashWidth="8dp" android:dashGap="8dp"/>
<solid android:color="@color/transparent"/>
</shape>