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

5 lines
224 B
XML
Raw Normal View History

2017-04-06 20:02:19 +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="3dp" />
<solid android:color="@color/brand_400" />
</shape>