habitica-android/Habitica/res/drawable/widget_background.xml
Phillip Thelen b146895a52 Widget fixes
2021-11-29 17:03:17 +01:00

7 lines
No EOL
270 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="?android:attr/colorBackground" />
<corners android:radius="?attr/widgetBackgroundRadius" />
</shape>