1 <!-- `sort_dark.xml` comes from the Android Material icon set, where it is called `sort`. It is released under the Apache License 2.0. -->
3 <!-- `tools:ignore="VectorRaster"` removes the lint warning about `android:autoMirrored="true"` not applying to API < 21. -->
5 xmlns:android="http://schemas.android.com/apk/res/android"
6 xmlns:tools="http://schemas.android.com/tools"
7 android:autoMirrored="true"
10 android:viewportHeight="24.0"
11 android:viewportWidth="24.0"
12 tools:ignore="VectorRaster" >
14 <!-- A hard coded color must be used until API >= 21. Then `@color` can be used. -->
16 android:fillColor="#FFE0E0E0"
17 android:pathData="M3,18h6v-2L3,16v2zM3,6v2h18L21,6L3,6zM3,13h12v-2L3,11v2z" />