blob: 4306f1709cccef7a5d90519ef00be2eb6a365898 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/colorPrimary" />
<corners
android:topRightRadius="72dp"
android:bottomRightRadius="72dp" />
</shape>