mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 10:23:33 +00:00
Edit playerBottomSheetLayout to include a PlayerControlView
This commit is contained in:
parent
2a11fedf65
commit
f9ac2f2646
7 changed files with 89 additions and 71 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue