media/library/ui
insun f31411b128 Revise Play/Pause button toggling logic
This CL fixes two bugs:
- Play/pause button toggling looked inconsistent when playback fails.
  When player state goes into idle, play button should dispatch
  playwhenready again.
- Clicking play button at the end of stream should restart playback.
  But previously it changed playwhenready state and so playback has
  been paused. This CL fix it.

PiperOrigin-RevId: 329675660
2020-09-07 20:41:27 +01:00
..
src Revise Play/Pause button toggling logic 2020-09-07 20:41:27 +01:00
build.gradle Make dependency on AndroidX appcompat optional for dialog builder. 2020-07-24 10:40:15 +01:00
proguard-rules.txt Merge pull request #7804 from yoobi:TrackSelectionDialogBuilderTheme 2020-08-27 14:41:28 +00: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.