12345678910 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="18dp"
- android:height="18dp"
- android:viewportWidth="18"
- android:viewportHeight="18"
- android:tint="?attr/colorControlNormal">
- <path
- android:fillColor="@android:color/white"
- android:pathData="M9,1C4.58,1 1,4.58 1,9s3.58,8 8,8 8,-3.58 8,-8 -3.58,-8 -8,-8zM13,11.87L11.87,13 9,10.13 6.13,13 5,11.87 7.87,9 5,6.13 6.13,5 9,7.87 11.87,5 13,6.13 10.13,9 13,11.87z"/>
- </vector>
|