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

4 lines
178 B
XML
Raw Permalink Normal View History

2017-09-26 15:01:01 +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="@color/white" />
</shape>