habitica-android/Habitica/res/drawable/round_checklist_unchecked.xml
2020-09-29 12:48:20 +02:00

5 lines
No EOL
234 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<solid android:color="@color/white" />
<size android:height="20dp" android:width="20dp" />
</shape>