Update direction arrow for tracks
This commit is contained in:
parent
6964f40545
commit
b940dc6ad5
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="9dp"
|
||||
android:height="12dp"
|
||||
android:viewportWidth="12"
|
||||
android:viewportHeight="9">
|
||||
android:viewportHeight="12">
|
||||
<path
|
||||
android:pathData="M0,9L6,0L12,9L6,6L0,9Z"
|
||||
android:pathData="M0,12L6,0L12,12L6,8L0,12Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
|
|
Loading…
Reference in a new issue