<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">

    <corners android:radius="@dimen/_50sdp" />

    <gradient
        android:angle="90"
        android:endColor="#7B1FA2"
        android:startColor="#3C56DE"
        android:type="linear"/>

</shape>