round_abc_20.xml 940 B

12345678910
  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. <path
  8. android:fillColor="@android:color/white"
  9. android:pathData="M6,9H5v1h1V9zM11,10c0.28,0 0.5,0.22 0.5,0.5v1c0,0.27 -0.23,0.5 -0.5,0.5H9c-0.28,0 -0.5,-0.22 -0.5,-0.5v-3C8.5,8.22 8.72,8 9,8h2c0.27,0 0.5,0.23 0.5,0.5v1C11.5,9.77 11.28,10 11,10zM9.5,9v0.5h1V9H9.5zM10.5,11v-0.5h-1V11H10.5zM7,11.5C7,11.78 6.78,12 6.5,12S6,11.78 6,11.5V11H5v0.5C5,11.78 4.78,12 4.5,12S4,11.78 4,11.5v-3C4,8.22 4.22,8 4.5,8h2C6.78,8 7,8.22 7,8.5V11.5zM16,8.5C16,8.22 15.78,8 15.5,8h-2C13.22,8 13,8.22 13,8.5v3c0,0.28 0.22,0.5 0.5,0.5h2c0.28,0 0.5,-0.22 0.5,-0.5l0,-0.25c0,-0.28 -0.22,-0.5 -0.5,-0.5c-0.19,0 -0.35,0.1 -0.43,0.25L14,11V9l1.07,0c0.09,0.15 0.25,0.25 0.43,0.25c0.28,0 0.5,-0.22 0.5,-0.5L16,8.5z"/>
  10. </vector>