Changed shuffle button color

This commit is contained in:
CappielloAntonio 2021-09-14 15:47:38 +02:00
parent e9781f6770
commit 741a28f264

View file

@ -54,7 +54,6 @@
android:layout_marginEnd="16dp" android:layout_marginEnd="16dp"
android:layout_marginBottom="24dp" android:layout_marginBottom="24dp"
android:background="@drawable/ic_shuffle" android:background="@drawable/ic_shuffle"
android:backgroundTint="@color/bottomNavIconColor"
android:foreground="?android:attr/selectableItemBackgroundBorderless" android:foreground="?android:attr/selectableItemBackgroundBorderless"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" /> app:layout_constraintEnd_toEndOf="parent" />