Changed shuffle button shape

This commit is contained in:
CappielloAntonio 2022-01-13 11:01:08 +01:00
parent 3f49b5ea22
commit 80dac6b70e

View file

@ -44,16 +44,21 @@
app:layout_constraintEnd_toStartOf="@+id/song_list_shuffle_image_view"
app:layout_constraintStart_toStartOf="parent" />
<ImageView
<Button
android:id="@+id/song_list_shuffle_image_view"
android:layout_width="24dp"
android:layout_height="24dp"
style="@style/Widget.Material3.Button.TonalButton.Icon"
android:layout_width="52dp"
android:layout_height="52dp"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="24dp"
android:background="@drawable/ic_shuffle"
android:foreground="?android:attr/selectableItemBackgroundBorderless"
android:layout_marginBottom="12dp"
android:insetLeft="0dp"
android:insetTop="0dp"
android:insetRight="0dp"
android:insetBottom="0dp"
app:cornerRadius="30dp"
app:icon="@drawable/ic_shuffle"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>