10 lines
406 B
XML
10 lines
406 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="256dp"
|
|
android:height="256dp"
|
|
android:viewportWidth="1024"
|
|
android:viewportHeight="1024">
|
|
<path
|
|
android:pathData="M576,192a64,64 0,1 0,-128 0,64 64,0 0,0 128,0zM576,512a64,64 0,1 0,-128 0,64 64,0 0,0 128,0zM512,896a64,64 0,1 1,0 -128,64 64,0 0,1 0,128z"
|
|
android:fillColor="#5A5A5A"/>
|
|
</vector>
|