blob: 71f51f2523179b6ff5b4b0655b4bf688815e8b1a [file] [log] [blame]
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:top="8dp"
android:left="8dp"
android:right="8dp"
android:bottom="8dp">
<shape android:shape="oval" >
<size android:height="20dp" android:width="20dp" />
<stroke android:width="1dp" android:color="@color/system_neutral2_300" />
</shape>
</item>
</layer-list>