mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 07:53:37 +00:00
Edit playerBottomSheetLayout to include a PlayerControlView
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/button_play_pause_selector"
|
||||
android:checked="true"
|
||||
android:checked="false"
|
||||
android:foreground="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:text=""
|
||||
android:textOff=""
|
||||
@@ -61,7 +61,7 @@
|
||||
app:layout_constraintEnd_toStartOf="@+id/player_header_next_song_button"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<ImageView
|
||||
<ImageButton
|
||||
android:id="@+id/player_header_next_song_button"
|
||||
android:layout_width="28dp"
|
||||
android:layout_height="28dp"
|
||||
|
||||
Reference in New Issue
Block a user