12 lines
323 B
XML
12 lines
323 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval"
|
|
android:useLevel="false">
|
|
<stroke
|
|
android:width="1.33dp"
|
|
android:color="#000000" />
|
|
<size
|
|
android:width="24dp"
|
|
android:height="24dp" />
|
|
<solid android:color="@color/white" />
|
|
|
|
</shape> |