diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerControlView.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerControlView.java index 3f42f19b71..b20adf781f 100644 --- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerControlView.java +++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerControlView.java @@ -241,17 +241,17 @@ import java.util.concurrent.CopyOnWriteArrayList; *
  • Type: {@link ImageView} *
  • Note: StyledPlayerControlView will programmatically set the drawable on the repeat * toggle button according to the player's current repeat mode. The drawables used are - * {@code exo_controls_repeat_off}, {@code exo_controls_repeat_one} and {@code - * exo_controls_repeat_all}. See the section above for information on overriding these - * drawables. + * {@code exo_styled_controls_repeat_off}, {@code exo_styled_controls_repeat_one} and + * {@code exo_styled_controls_repeat_all}. See the section above for information on + * overriding these drawables. * *
  • {@code exo_shuffle} - The shuffle button. * *
  • {@code exo_vr} - The VR mode button. *