ic_thumbscroller.xml 1.1 KB

1234567891011121314151617181920212223242526
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="40dp"
  3. android:height="64dp"
  4. android:viewportWidth="40"
  5. android:viewportHeight="64">
  6. <path
  7. android:pathData="M33,58C35.4297,58 37.7507,57.6944 39.9985,57.1127C39.9985,57.1127 39.9985,2.8785 39.9985,2.8785C37.7603,2.3022 35.4182,2 33,2C17.536,2 5,14.536 5,30C5,45.464 17.536,58 33,58Z"
  8. android:strokeWidth="0.1"
  9. android:strokeColor="?attr/textColorSecondary"
  10. android:fillType="evenOdd"
  11. android:fillColor="?attr/quickscroll_background"/>
  12. <path
  13. android:pathData="M34,35l-6,6l-6,-6z"
  14. android:strokeLineJoin="round"
  15. android:strokeWidth="0.5"
  16. android:fillColor="?attr/textColorSecondary"
  17. android:fillType="nonZero"
  18. android:strokeColor="?attr/textColorSecondary"/>
  19. <path
  20. android:pathData="M34,26l-6,-6l-6,6z"
  21. android:strokeLineJoin="round"
  22. android:strokeWidth="0.5"
  23. android:fillColor="?attr/textColorSecondary"
  24. android:fillType="nonZero"
  25. android:strokeColor="?attr/textColorSecondary"/>
  26. </vector>