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

4 lines
190 B
XML
Raw Normal View History

2020-01-24 16:01:55 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
2020-09-04 16:17:34 +00:00
<solid android:color="@color/dimmed_background" />
2020-01-24 16:01:55 +00:00
</shape>