diff --git a/libraries/ui/src/main/java/androidx/media3/ui/StyledPlayerControlView.java b/libraries/ui/src/main/java/androidx/media3/ui/StyledPlayerControlView.java index e0a77226c3..dbc5a75e82 100644 --- a/libraries/ui/src/main/java/androidx/media3/ui/StyledPlayerControlView.java +++ b/libraries/ui/src/main/java/androidx/media3/ui/StyledPlayerControlView.java @@ -242,17 +242,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. *