habitica-android/Habitica/res/drawable/snackbar_background_red.xml
2023-10-23 16:32:15 +02:00

6 lines
301 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/maroon_100" />
<corners android:radius="100dp" />
<stroke android:width="1dp" android:color="@color/black_20_alpha" />
</shape>