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

8 lines
245 B
XML
Raw Normal View History

2018-09-28 15:20:21 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:radius="10dip"/>
<solid
android:color="@color/brand_400" />
2018-09-28 15:20:21 +00:00
</shape>