2022-01-02 20:53:11 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<androidx.media3.ui.PlayerControlView
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2022-01-03 15:09:00 +01:00
|
|
|
android:id="@+id/now_playing_song_controller_view"
|
2022-01-02 20:53:11 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
2022-01-02 20:55:44 +01:00
|
|
|
app:controller_layout_id="@layout/inner_fragment_player_controller_layout"
|
2022-01-04 09:35:35 +01:00
|
|
|
app:repeat_toggle_modes="all|one"
|
|
|
|
|
app:show_shuffle_button="true"
|
2022-01-02 20:53:11 +01:00
|
|
|
app:show_timeout="0"/>
|