habitica-android/Habitica/res/drawable/quest_collection_bg.xml
Phillip Thelen 51e58f0183 quest tweaks
2023-10-04 18:11:43 +02:00

5 lines
310 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="@color/green_50" />
<corners android:topLeftRadius="@dimen/rounded_button_radius" android:topRightRadius="@dimen/rounded_button_radius" />
</shape>