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

6 lines
310 B
XML
Raw Permalink 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/green_50" />
2023-10-04 16:11:40 +00:00
<corners android:topLeftRadius="@dimen/rounded_button_radius" android:topRightRadius="@dimen/rounded_button_radius" />
</shape>