blob: 17e9f5150aeadb7a7aeac01dafbabc9d863c98a7 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" >
<stroke android:color="@color/white" android:width="2dp" />
<solid android:color="@color/grey_lighten_10" />
</shape>