blob: 46edaa9c967a234ef3024d386c08a0d57e3c7ee1 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_primary_dark" />
<corners android:radius="24dp" />
</shape>