1<?xml version="1.0" encoding="utf-8"?> 2 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> 3 <solid android:color="#00C853"/> 4 <stroke android:color="#00C853" android:width="2dp"/> 5 </shape>