blob: 5a632b05cac8e05b3e43af16729d7cb3bc8a3c23 [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/grey_light" android:width="2dp" />
<solid android:color="@color/blue_medium" />
</shape>