Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:aapt="http://schemas.android.com/aapt"
  3. android:width="40dp"
  4. android:height="64dp"
  5. android:viewportWidth="40"
  6. android:viewportHeight="64">
  7. <path
  8. android:pathData="M0,0h40v64h-40z">
  9. <aapt:attr name="android:fillColor">
  10. <gradient
  11. android:gradientRadius="20"
  12. android:centerX="20"
  13. android:centerY="32"
  14. android:type="radial">
  15. <item android:offset="0" android:color="#FF8F8F8F"/>
  16. <item android:offset="1" android:color="#00C1C1C1"/>
  17. </gradient>
  18. </aapt:attr>
  19. </path>
  20. <path
  21. android:pathData="M39,20.9174C39,23.5701 37.8355,27.0992 35.9727,30.9979C34.1253,34.8644 31.6525,38.9713 29.1654,42.7401C26.6805,46.5054 24.1938,49.9147 22.3273,52.3836C21.3944,53.6176 20.6174,54.6155 20.0742,55.3041C20.049,55.3361 20.0242,55.3675 20,55.3981C19.9758,55.3675 19.951,55.3361 19.9258,55.3041C19.3826,54.6155 18.6056,53.6176 17.6727,52.3836C15.8062,49.9147 13.3195,46.5054 10.8346,42.7401C8.3475,38.9713 5.8747,34.8644 4.0273,30.9979C2.1645,27.0992 1,23.5701 1,20.9174C1,9.8746 9.5484,1 20,1C30.4516,1 39,9.8746 39,20.9174Z"
  22. android:strokeWidth="2"
  23. android:fillColor="#106CF5"
  24. android:strokeColor="#ffffff"/>
  25. <path
  26. android:pathData="M20.6973,11C23.5858,11 25.8584,11.7119 27.515,13.1357C29.1717,14.5595 30,16.52 30,19.0171C30,21.5143 29.1717,23.4748 27.515,24.8986C25.8584,26.3224 23.5858,27.0343 20.6973,27.0343H15.1858V34H12V11H20.6973ZM20.6018,24.1757C22.6195,24.1757 24.1593,23.7376 25.2212,22.8614C26.2832,21.9633 26.8142,20.6819 26.8142,19.0171C26.8142,17.3524 26.2832,16.0819 25.2212,15.2057C24.1593,14.3076 22.6195,13.8586 20.6018,13.8586H15.1858V24.1757H20.6018Z"
  27. android:fillColor="#ffffff"/>
  28. </vector>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement