media/library/ui
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
..
src Fix StyledControlView's minimal mode bug and setShow{*}Button bug 2020-08-17 16:12:30 +01:00
build.gradle Make dependency on AndroidX appcompat optional for dialog builder. 2020-07-24 10:40:15 +01:00
proguard-rules.txt Make dependency on AndroidX appcompat optional for dialog builder. 2020-07-24 10:40:15 +01:00
README.md Add links to the developer guide in some READMEs 2019-05-15 18:14:07 +01:00

ExoPlayer UI library module

Provides UI components and resources for use with ExoPlayer.