diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlaybackControlView.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlaybackControlView.java index 91308848f9..f83bab5770 100644 --- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlaybackControlView.java +++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlaybackControlView.java @@ -84,6 +84,12 @@ import java.util.Locale; *
  • Default: {@link PlaybackControlView#DEFAULT_REPEAT_TOGGLE_MODES}
  • * * + *
  • {@code show_shuffle_button} - Whether the shuffle button is shown. + * + *
  • *
  • {@code controller_layout_id} - Specifies the id of the layout to be inflated. See * below for more details. * *
  • + *
  • {@code exo_shuffle} - The shuffle button. + * + *
  • *
  • {@code exo_position} - Text view displaying the current playback position. *