11 lines
420 B
XML
11 lines
420 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="4.5dp"
|
|
android:height="4.5dp"
|
|
android:viewportWidth="7"
|
|
android:viewportHeight="7">
|
|
<path
|
|
android:pathData="M3.5,7C5.433,7 7,5.433 7,3.5C7,1.567 5.433,0 3.5,0C1.567,0 0,1.567 0,3.5C0,5.433 1.567,7 3.5,7Z"
|
|
android:fillColor="#686868"
|
|
android:fillAlpha="0.5"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|