123456789101112131415 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="20dp"
- android:height="20dp"
- android:viewportWidth="20"
- android:viewportHeight="20"
- android:tint="?attr/colorControlNormal">
- <path
- android:fillColor="@android:color/white"
- android:pathData="M2.5,9c-0.55,0 -1,-0.45 -1,-1c0,-0.55 0.45,-1 1,-1s1,0.45 1,1C3.5,8.55 3.05,9 2.5,9zM5,17.5c-0.55,0 -1,-0.45 -1,-1c0,-0.55 0.45,-1 1,-1s1,0.45 1,1C6,17.05 5.55,17.5 5,17.5zM9,2.5c0,-0.55 0.45,-1 1,-1s1,0.45 1,1c0,0.55 -0.45,1 -1,1S9,3.05 9,2.5zM10,12.5c-1.24,0 -2.25,-1.01 -2.25,-2.25C7.75,9.01 8.76,8 10,8s2.25,1.01 2.25,2.25C12.25,11.49 11.24,12.5 10,12.5zM15,15.5c0.55,0 1,0.45 1,1c0,0.55 -0.45,1 -1,1s-1,-0.45 -1,-1C14,15.95 14.45,15.5 15,15.5zM17.5,9c-0.55,0 -1,-0.45 -1,-1c0,-0.55 0.45,-1 1,-1s1,0.45 1,1C18.5,8.55 18.05,9 17.5,9z"
- android:strokeAlpha="0.3"
- android:fillAlpha="0.3"/>
- <path
- android:fillColor="@android:color/white"
- android:pathData="M17.5,5.5C16.12,5.5 15,6.62 15,8c0,0.08 0,0.15 0.01,0.22L13.42,8.7c-0.52,-1.15 -1.61,-2 -2.92,-2.17V4.95c1.14,-0.23 2,-1.24 2,-2.45C12.5,1.12 11.38,0 10,0S7.5,1.12 7.5,2.5c0,1.21 0.86,2.22 2,2.45v1.58C8.2,6.71 7.11,7.55 6.58,8.7L4.99,8.22C5,8.15 5,8.08 5,8c0,-1.38 -1.12,-2.5 -2.5,-2.5S0,6.62 0,8c0,1.38 1.12,2.5 2.5,2.5c0.95,0 1.78,-0.53 2.2,-1.32L6.3,9.66c-0.18,1.12 0.15,2.3 0.99,3.18l-1.15,1.43C5.8,14.1 5.41,14 5,14c-1.38,0 -2.5,1.12 -2.5,2.5C2.5,17.88 3.62,19 5,19s2.5,-1.12 2.5,-2.5c0,-0.61 -0.22,-1.17 -0.58,-1.6l1.15,-1.43c1.18,0.71 2.68,0.71 3.86,0l1.15,1.43c-0.36,0.43 -0.58,0.99 -0.58,1.6c0,1.38 1.12,2.5 2.5,2.5s2.5,-1.12 2.5,-2.5c0,-1.38 -1.12,-2.5 -2.5,-2.5c-0.41,0 -0.8,0.1 -1.14,0.27l-1.15,-1.43c0.84,-0.88 1.17,-2.06 0.99,-3.18l1.59,-0.48c0.42,0.78 1.25,1.32 2.2,1.32c1.38,0 2.5,-1.12 2.5,-2.5C20,6.62 18.88,5.5 17.5,5.5zM2.5,9c-0.55,0 -1,-0.45 -1,-1c0,-0.55 0.45,-1 1,-1s1,0.45 1,1C3.5,8.55 3.05,9 2.5,9zM5,17.5c-0.55,0 -1,-0.45 -1,-1c0,-0.55 0.45,-1 1,-1s1,0.45 1,1C6,17.05 5.55,17.5 5,17.5zM9,2.5c0,-0.55 0.45,-1 1,-1s1,0.45 1,1c0,0.55 -0.45,1 -1,1S9,3.05 9,2.5zM10,12.5c-1.24,0 -2.25,-1.01 -2.25,-2.25C7.75,9.01 8.76,8 10,8s2.25,1.01 2.25,2.25C12.25,11.49 11.24,12.5 10,12.5zM15,15.5c0.55,0 1,0.45 1,1c0,0.55 -0.45,1 -1,1s-1,-0.45 -1,-1C14,15.95 14.45,15.5 15,15.5zM17.5,9c-0.55,0 -1,-0.45 -1,-1c0,-0.55 0.45,-1 1,-1s1,0.45 1,1C18.5,8.55 18.05,9 17.5,9z"/>
- </vector>
|