round_segment_20.xml 911 B

1234567891011121314151617
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="20dp"
  3. android:height="20dp"
  4. android:viewportWidth="20"
  5. android:viewportHeight="20"
  6. android:tint="?attr/colorControlNormal"
  7. android:autoMirrored="true">
  8. <path
  9. android:fillColor="@android:color/white"
  10. android:pathData="M3,5.75L3,5.75C3,6.16 3.34,6.5 3.75,6.5h12.5C16.66,6.5 17,6.16 17,5.75v0C17,5.34 16.66,5 16.25,5H3.75C3.34,5 3,5.34 3,5.75z"/>
  11. <path
  12. android:fillColor="@android:color/white"
  13. android:pathData="M8.75,15h7.5c0.41,0 0.75,-0.34 0.75,-0.75v0c0,-0.41 -0.34,-0.75 -0.75,-0.75h-7.5C8.34,13.5 8,13.84 8,14.25v0C8,14.66 8.34,15 8.75,15z"/>
  14. <path
  15. android:fillColor="@android:color/white"
  16. android:pathData="M8.75,10.75h7.5c0.41,0 0.75,-0.34 0.75,-0.75v0c0,-0.41 -0.34,-0.75 -0.75,-0.75h-7.5C8.34,9.25 8,9.59 8,10v0C8,10.41 8.34,10.75 8.75,10.75z"/>
  17. </vector>