habitica-android/Habitica/res/drawable/layout_rounded_bg_task_form.xml
Phillip Thelen 472a35281f More colors
2022-11-22 15:48:09 +01:00

6 lines
No EOL
224 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/white" />
<corners android:radius="8dp" />
</shape>