tempus/app/src/main/res/layout/inner_fragment_player_controller.xml
2022-02-08 17:46:13 +01:00

12 lines
No EOL
583 B
XML

<?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"
android:id="@+id/now_playing_media_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"
app:show_rewind_button="false"
app:show_fastforward_button="false"
app:show_timeout="0" />