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

5 lines
253 B
XML
Raw Normal View History

2017-07-25 16:27:00 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
2017-09-11 11:31:20 +00:00
<solid android:color="@color/red_50" />
2017-07-25 16:27:00 +00:00
<corners android:topLeftRadius="4dp" android:topRightRadius="4dp" />
</shape>