habitica-android/Habitica/res/drawable/setup_customization_circle.xml
2017-04-07 15:56:23 +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">
<size android:width="40dp" android:height="40dp" />
<solid android:color="@color/white" />
</shape>