blob: f7a3216acef076ade2b6380b59a0838c2f62a8c3 [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:width="1dp"
android:color="@color/blue_dark"/>
<solid android:color="@color/white"/>
</shape>