Remove shuffle button
This commit is contained in:
parent
8ef78c36d2
commit
61ee8bbfcd
2 changed files with 0 additions and 20 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue