Update direction arrow icons for track direction
This commit is contained in:
parent
db95d04d73
commit
9af2ccea51
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="12dp"
|
||||
android:height="6dp"
|
||||
android:height="9dp"
|
||||
android:viewportWidth="12"
|
||||
android:viewportHeight="6">
|
||||
android:viewportHeight="9">
|
||||
<path
|
||||
android:pathData="M0,6L6,0L12,6H0Z"
|
||||
android:pathData="M0,9L6,0L12,9L6,6L0,9Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
|
|
Loading…
Reference in a new issue