How to customize exo_progress_placeholder
I made a custom layout for the ExoPlayer
‘s PlayerView
. I changed almost all UI elements but I can’t modify the View
with seekbar.
The ExoPlayer’s position and duration from the destroyed service somehow save
There is the fragment (AudioFragment.kt) in which the service (AudioService.kt) with the ExoPlayer
‘s instance starts: