ExoPlayer
ExoPlayer copied to clipboard
hide scrubber of seekbar in exoplayer
how to hide scrubber of seekbar in exoplayer. I want to hide the scrubber after playing the video 3 seconds
StyledPlayerView uses DefaultTimeBar (via StyledPlayerControlView). DefaultTimeBar has hideScrubber() methods. However, it's not currently very easy to get a reference to this instance if you're using StyledPlayerView. Our old recommendation was to override the layout XML file, and set the exo_progress to your custom TimeBar instance. We've found that layout overriding like this isn't very flexible, or compatible with the design of StyledPlayerView, so we don't currently encourage this approach to customisation (though it will still work).
Closing due to inactivity.