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

5 lines
232 B
XML
Raw Permalink Normal View History

2020-08-25 11:21:27 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
2020-09-04 16:17:34 +00:00
<solid android:color="?attr/colorWindowBackground" />
2020-08-25 11:21:27 +00:00
<corners android:radius="8dp" />
</shape>