..
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,6c0,1.8 0.8,3.4 2.1,4.5C6.8,15.6 6,17.2 6,19c0,3.3 2.7,6 6,6s6,-2.7 6,-6c0,-1.8 -0.8,-3.4 -2.1,-4.5C17.2,13.4 18,11.8 18,10C18,6.7 15.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,6zM12,17c2.2,0 4,1.8 4,4s-1.8,4 -4,4s-4,-1.8 -4,-4S9.8,17 12,17z"
|
||||
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