<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<gradient android:startColor="@color/green_m2"
android:endColor="@color/green_m"
android:angle="0"/>
</shape>