<?xml version="1.0" encoding="utf-8"?>
<shape
  xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="40.0px" />
    <gradient android:startColor="#ff3bd2f8" android:endColor="#ff1c96ec" android:angle="0.0" android:type="linear" android:centerX="0.5" android:centerY="0.3" android:gradientRadius="150.0dip" />
</shape>