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

6 lines
224 B
XML
Raw Permalink Normal View History

2019-03-28 13:45:16 +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="@color/white" />
2022-11-22 14:48:09 +00:00
<corners android:radius="8dp" />
2019-03-28 13:45:16 +00:00
</shape>