mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

There were two bugs in StyledPlayerControlView: - Center icons are shown when toggling control view in minimal mode. - `StyledControlView#setShow{*}Button` methods and corresponding `set_show_*_button` attributes didn't work properly. This CL fixes bugs by controlling the buttons' visibility in one place, StyledPlayerControlViewLayoutManager. PiperOrigin-RevId: 326567213
ExoPlayer library
The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.