micky387 | 54bf102 | 2019-07-03 03:31:11 +0200 | [diff] [blame^] | 1 | <!-- drawable/arrow_left.xml --> |
2 | <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
3 | android:height="24dp" | ||||
4 | android:width="24dp" | ||||
5 | android:viewportWidth="24" | ||||
6 | android:viewportHeight="24" | ||||
7 | android:tint="?android:attr/colorAccent"> | ||||
8 | <path android:fillColor="#000" android:pathData="M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z" /> | ||||
9 | </vector> |