From de0f129f2108b821251e2dff6129301a9307c898 Mon Sep 17 00:00:00 2001 From: ibaker Date: Thu, 16 Dec 2021 14:20:14 +0000 Subject: [PATCH] Fix some comment references in StyledPlayer(Control)View These comments inadvertantly refer to types and drawables associated with Player(Control)View. PiperOrigin-RevId: 416794967 --- .../androidx/media3/ui/StyledPlayerControlView.java | 10 +++++----- .../main/java/androidx/media3/ui/StyledPlayerView.java | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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. *