1<?xml version="1.0" encoding="utf-8"?>
2<shape xmlns:android="http://schemas.android.com/apk/res/android"
3    android:shape="oval" >
4
5    <gradient
6        android:endColor="#00ffeb3a"
7        android:gradientRadius="50%p"
8        android:startColor="#80ffeb3a"
9        android:type="radial" />
10
11</shape>