..
This commit is contained in:
@@ -1,9 +1,35 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="100dp"
|
||||
android:height="100dp"
|
||||
android:viewportWidth="100"
|
||||
android:viewportHeight="100">
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="200dp"
|
||||
android:height="200dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FF0000"
|
||||
android:pathData="M50,50m-40,0a40,40 0 1,1 80,0a40,40 0 1,1 -80,0"/>
|
||||
</vector>
|
||||
android:pathData="M12,4c-3.3,0 -6,2.7 -6,6h2c0,-2.2 1.8,-4 4,-4s4,1.8 4,4s-1.8,4 -4,4c-1.9,0 -3.6,-0.9 -4.7,-2.3L6.1,13.1C7.8,14.9 10.3,16 13,16c3.3,0 6,-2.7 6,-6S15.3,4 12,4zM12,6c2.2,0 4,1.8 4,4s-1.8,4 -4,4s-4,-1.8 -4,-4S9.8,6 12,6z"
|
||||
android:strokeWidth="2.5"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startY="0"
|
||||
android:startX="12"
|
||||
android:endY="24"
|
||||
android:endX="12"
|
||||
android:type="linear">
|
||||
<item android:offset="0.0" android:color="#E64FC3F7"/>
|
||||
<item android:offset="1.0" android:color="#E62962FF"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
<aapt:attr name="android:strokeColor">
|
||||
<gradient
|
||||
android:startY="0"
|
||||
android:startX="12"
|
||||
android:endY="24"
|
||||
android:endX="12"
|
||||
android:type="linear">
|
||||
<item android:offset="0.0" android:color="#E64FC3F7"/>
|
||||
<item android:offset="1.0" android:color="#E62962FF"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user