7 lines
374 B
XML
7 lines
374 B
XML
<vector android:height="24dp" android:viewportHeight="1000"
|
|
android:viewportWidth="1000" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<path android:fillColor="#FF000000"
|
|
android:pathData="M500,500m-500,0a500,500 0,1 1,1000 0a500,500 0,1 1,-1000 0"
|
|
android:strokeColor="#000000" android:strokeWidth="1"/>
|
|
</vector>
|