habitica-android/Habitica/res/drawable/round_checklist_unchecked.xml

5 lines
242 B
XML
Raw Normal View History

2020-08-26 15:46:39 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
2020-09-15 07:28:34 +00:00
<solid android:color="@color/checkbox_fill" />
2020-08-26 15:46:39 +00:00
<size android:height="20dp" android:width="20dp" />
</shape>