Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d4580f4 authored by Amit Kumar's avatar Amit Kumar 💻
Browse files

Merge branch 'PlayQueue_Ui_Update(v1-pie)' into 'v1-pie'

Play queue ui update(v1 pie)

See merge request !24
parents 255400a8 07fd7c0f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">

    <solid
        android:color="@color/background_color"
        />

</shape>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    <path
        android:pathData="M0 0h24v24h-24z" />
    <path
        android:fillColor="@color/white"
        android:fillColor="@color/list_item_text_color_light"
        android:pathData="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2
2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" />
</vector>
+2 −2
Original line number Diff line number Diff line
@@ -111,8 +111,8 @@
                        android:layout_gravity="center_horizontal"
                        android:scaleType="centerInside"
                        android:tint="@color/white"
                        android:layout_marginStart="5dp"
                        android:layout_marginEnd="5dp"
                        android:layout_marginStart="20dp"
                        android:layout_marginEnd="20dp"
                        android:src="@drawable/drag_indicator" />

                </LinearLayout>
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
            android:layout_width="@dimen/overflow_width"
            android:layout_height="@dimen/overflow_height"
            android:gravity="center"
            android:src="@drawable/menu_button" />
            android:src="@lineageos.platform:drawable/ic_menu" />
    </LinearLayout>

    <RelativeLayout
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
            android:layout_alignParentRight="true"
            android:layout_marginBottom="1dp"
            android:gravity="center_vertical"
            android:src="@drawable/menu_button" />
            android:src="@lineageos.platform:drawable/ic_menu" />

        <LinearLayout
            android:layout_width="match_parent"
Loading