blob: 305c8eded4e6c982dd9cf1678d78a05ccd51957b [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/colorPrimaryDark"/>
<corners android:radius="32dp"/>
</shape>