1
2
3
4
5
6
7
8
| <?xml version="1.0" encoding="utf-8"?>
| <vector android:tint="?colorControlNormal" android:height="24.0dip" android:width="24.0dip" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
| xmlns:android="http://schemas.android.com/apk/res/android">
| <group android:name="arrow" android:pivotX="12.0" android:pivotY="12.0" android:rotation="90.0">
| <path android:fillColor="@android:color/black" android:pathData="M7,14 L12,9 L17,14 L7,14 Z" />
| <path android:pathData="M0,0 L24,0 L24,24 L0,24 L0,0 Z" />
| </group>
| </vector>
|
|