From 741a28f264a8812e323e44971a4e18069e888e4b Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Tue, 14 Sep 2021 15:47:38 +0200 Subject: [PATCH] Changed shuffle button color --- app/src/main/res/layout/fragment_song_list_page.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_song_list_page.xml b/app/src/main/res/layout/fragment_song_list_page.xml index b1d1d5ba..c987f6ad 100644 --- a/app/src/main/res/layout/fragment_song_list_page.xml +++ b/app/src/main/res/layout/fragment_song_list_page.xml @@ -54,7 +54,6 @@ android:layout_marginEnd="16dp" android:layout_marginBottom="24dp" android:background="@drawable/ic_shuffle" - android:backgroundTint="@color/bottomNavIconColor" android:foreground="?android:attr/selectableItemBackgroundBorderless" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" />