10 lines
404 B
XML
10 lines
404 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="40dp"
|
|
android:height="40dp"
|
|
android:viewportWidth="40"
|
|
android:viewportHeight="40">
|
|
<path
|
|
android:pathData="M20,40C31.0457,40 40,31.0457 40,20C40,8.9543 31.0457,0 20,0C8.9543,0 0,8.9543 0,20C0,31.0457 8.9543,40 20,40Z"
|
|
android:fillColor="#727272"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|