From 3219ba0a5d6c67f4240e51c9350c1fdad5e8c568 Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Fri, 13 May 2022 12:58:20 +0530 Subject: [PATCH] Improved MD3 now playing theme --- .../main/res/layout/fragment_md3_player.xml | 5 +--- .../fragment_md3_player_playback_controls.xml | 27 +++++++++---------- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/app/src/main/res/layout/fragment_md3_player.xml b/app/src/main/res/layout/fragment_md3_player.xml index d42cd56b1..060a79e04 100644 --- a/app/src/main/res/layout/fragment_md3_player.xml +++ b/app/src/main/res/layout/fragment_md3_player.xml @@ -7,7 +7,6 @@ android:background="?attr/colorSurface" android:clickable="true" android:focusable="true"> - - - @@ -166,7 +163,7 @@ android:padding="16dp" android:scaleType="fitCenter" app:layout_constraintBottom_toBottomOf="@+id/playPauseCard" - app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintEnd_toStartOf="@+id/shuffleButton" app:layout_constraintStart_toEndOf="@+id/playPauseCard" app:layout_constraintTop_toTopOf="@+id/playPauseCard" app:srcCompat="@drawable/ic_skip_next_outline" @@ -176,33 +173,35 @@