Remove shuffle button

This commit is contained in:
Jarne Demeulemeester 2021-07-14 12:12:39 +02:00
parent 8ef78c36d2
commit 61ee8bbfcd
No known key found for this signature in database
GPG key ID: 60884A0C1EBA43E5
2 changed files with 0 additions and 20 deletions

View file

@ -148,16 +148,6 @@
android:padding="12dp"
android:src="@drawable/ic_film" />
<ImageButton
android:id="@+id/shuffle_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
android:background="@drawable/button_accent_background"
android:contentDescription="@string/shuffle_button_description"
android:padding="12dp"
android:src="@drawable/ic_shuffle" />
<ImageButton
android:id="@+id/check_button"
android:layout_width="wrap_content"

View file

@ -111,16 +111,6 @@
android:paddingVertical="12dp"
android:src="@drawable/ic_play" />
<ImageButton
android:id="@+id/shuffle_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
android:background="@drawable/button_accent_background"
android:contentDescription="@string/shuffle_button_description"
android:padding="12dp"
android:src="@drawable/ic_shuffle" />
<ImageButton
android:id="@+id/check_button"
android:layout_width="wrap_content"