Layout cleanup

This commit is contained in:
CappielloAntonio 2022-01-13 10:39:56 +01:00
parent 5e25e5441b
commit a1b15a5d04
9 changed files with 31 additions and 33 deletions

View file

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.media3.ui.PlayerControlView
xmlns:android="http://schemas.android.com/apk/res/android"
<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"
@ -8,4 +7,4 @@
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"/>
app:show_timeout="0" />