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

5 lines
236 B
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
2022-11-22 14:48:15 +00:00
<solid android:color="?attr/colorWindowBackground" />
<corners android:radius="12dp" />
</shape>