Space optimization and adding toggles for repeating and shuffling

This commit is contained in:
CappielloAntonio 2022-01-04 09:35:35 +01:00
parent c1a0601106
commit 4bcca0e5ad
7 changed files with 45 additions and 34 deletions

View file

@ -6,4 +6,6 @@
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"/>