• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<vector android:height="24dp" android:viewportHeight="20"
2    android:viewportWidth="20" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
3    <path android:fillColor="#C8C8C8" android:fillType="evenOdd"
4        android:pathData="M10,10m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0"
5        android:strokeColor="#00000000" android:strokeWidth="1"/>
6    <path android:fillColor="#FFFFFF" android:fillType="evenOdd"
7        android:pathData="M15,6.4l-1.4,-1.4l-3.6,3.6l-3.6,-3.6l-1.4,1.4l3.6,3.6l-3.6,3.6l1.4,1.4l3.6,-3.6l3.6,3.6l1.4,-1.4l-3.6,-3.6z"
8        android:strokeColor="#00000000" android:strokeWidth="1"/>
9</vector>
10