up next rework

* start playback, when up next episode is clicked
* add playhead progress indicator to up next episodes
This commit is contained in:
2022-04-10 20:15:13 +02:00
parent e80e81af0f
commit dd6ca8b90e
8 changed files with 130 additions and 25 deletions

View File

@ -115,7 +115,7 @@
android:paddingBottom="7dp">
<TextView
android:id="@+id/text_new_episodes"
android:id="@+id/text_up_next"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="10dp"
@ -127,7 +127,7 @@
android:textStyle="bold" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_new_episodes"
android:id="@+id/recycler_up_next"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"