mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-17 03:06:31 -07:00
Generalized the song and podcastEpisode field to Media
This commit is contained in:
parent
ae941ad769
commit
bf09a581b9
13 changed files with 154 additions and 136 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue