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

5 lines
231 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">
<solid android:color="#A6FFFFFF" />
<size android:height="20dp" android:width="20dp" />
</shape>