10 lines
296 B
XML
10 lines
296 B
XML
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="2dp"
|
||
|
|
android:height="2dp"
|
||
|
|
android:viewportWidth="2"
|
||
|
|
android:viewportHeight="2">
|
||
|
|
<path
|
||
|
|
android:pathData="M1,1m-1,0a1,1 0,1 1,2 0a1,1 0,1 1,-2 0"
|
||
|
|
android:fillColor="#1E1E1E"/>
|
||
|
|
</vector>
|