Generalized the song and podcastEpisode field to Media

This commit is contained in:
CappielloAntonio
2022-02-07 17:34:46 +01:00
parent ae941ad769
commit bf09a581b9
13 changed files with 154 additions and 136 deletions

View File

@@ -1,7 +1,7 @@
<?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: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"