1 <?xml version="1.0" encoding="utf-8"?> 2 <shape 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 android:shape="oval"> 5 <solid android:color="@color/wl_gray"/> 6 </shape> 7