media/library
insun 602d880841 Fix StyledControlView's minimal mode bug and setShow{*}Button bug
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
2020-08-17 16:12:30 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Increase flexibility of ISM URL handling 2020-08-17 16:09:01 +01:00
core Use consistent naming for 'offload scheduling enabled' 2020-08-17 16:11:35 +01:00
dash Make DrmSessionManager take a Format instead of DrmInitData 2020-08-17 16:11:17 +01:00
extractor Fix miscellaneous nits 2020-08-17 16:09:19 +01:00
hls Make DrmSessionManager take a Format instead of DrmInitData 2020-08-17 16:11:17 +01:00
smoothstreaming Make DrmSessionManager take a Format instead of DrmInitData 2020-08-17 16:11:17 +01:00
ui Fix StyledControlView's minimal mode bug and setShow{*}Button bug 2020-08-17 16:12:30 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

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.