tempus/app/src/main/res/layout/inner_fragment_player_controller.xml

10 lines
507 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2022-01-13 10:39:56 +01:00
<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"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:controller_layout_id="@layout/inner_fragment_player_controller_layout"
app:repeat_toggle_modes="all|one"
app:show_shuffle_button="true"
2022-01-13 10:39:56 +01:00
app:show_timeout="0" />