1234567891011121314151617181920 |
- <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="M5.5,5.5m-1,0a1,1 0,1 1,2 0a1,1 0,1 1,-2 0"
- android:strokeAlpha="0.3"
- android:fillAlpha="0.3"/>
- <path
- android:fillColor="@android:color/white"
- android:pathData="M14.5,14.5m-1,0a1,1 0,1 1,2 0a1,1 0,1 1,-2 0"
- android:strokeAlpha="0.3"
- android:fillAlpha="0.3"/>
- <path
- android:fillColor="@android:color/white"
- android:pathData="M15.25,12.13V6c0,-1.65 -1.35,-3 -3,-3s-3,1.35 -3,3v8c0,0.83 -0.67,1.5 -1.5,1.5s-1.5,-0.67 -1.5,-1.5V7.87C7.26,7.55 8,6.62 8,5.5C8,4.12 6.88,3 5.5,3C5.33,3 5.16,3.02 5,3.05C4.67,3.12 4.37,3.25 4.1,3.43C3.44,3.88 3,4.64 3,5.5c0,0.86 0.44,1.62 1.1,2.07C4.37,7.75 4.67,7.88 5,7.95C4.91,7.93 4.83,7.9 4.75,7.87V14c0,1.65 1.35,3 3,3s3,-1.35 3,-3V6c0,-0.83 0.67,-1.5 1.5,-1.5s1.5,0.67 1.5,1.5v6.13c0.08,-0.03 0.16,-0.06 0.25,-0.08c-0.33,0.07 -0.63,0.2 -0.89,0.38c-0.67,0.45 -1.1,1.21 -1.1,2.07c0,0.86 0.44,1.62 1.1,2.07c0.27,0.18 0.57,0.31 0.89,0.38c0.16,0.03 0.33,0.05 0.5,0.05c1.38,0 2.5,-1.12 2.5,-2.5C17,13.38 16.26,12.45 15.25,12.13zM5.5,6.5c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1s1,0.45 1,1S6.05,6.5 5.5,6.5zM14.5,15.5c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1s1,0.45 1,1S15.05,15.5 14.5,15.5z"/>
- </vector>
|