ExoPlayer icon indicating copy to clipboard operation
ExoPlayer copied to clipboard

Support keeping selected controller view components always visible

Open edumelzer opened this issue 6 years ago • 0 comments

Hi! I'm trying to implement a layout (portrait) having the time bar always visible at the bottom of the video, while the other player controllers would be visible only after a user click on the video (similar to youtube app). I've found it about setControllerShowTimeoutMs(0), to avoid the auto hide, but this applies to the entire controller component, not only the timebar. Is there a good/default approach to achieve this?

edumelzer avatar Jan 15 '19 13:01 edumelzer