mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-09 07:28:20 -07:00
10 lines
No EOL
507 B
XML
10 lines
No EOL
507 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_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"
|
|
app:show_timeout="0" /> |