habitica-android/Habitica/res/drawable/snackbar_background_blue.xml
2017-09-11 13:31:20 +02:00

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