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

7 lines
146 B
XML
Raw Normal View History

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/white" />
</shape>