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

6 lines
212 B
XML
Raw Normal View History

2023-08-28 09:36:13 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#005737" />
<corners android:radius="8dp" />
</shape>