Rework song UI
This commit is contained in:
20
app/src/main/res/drawable/reorder.xml
Normal file
20
app/src/main/res/drawable/reorder.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M118,304L394,304"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M118,208L394,208"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user