diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java index b32e610731..f826e88531 100644 --- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java +++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java @@ -153,22 +153,10 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull; *
  • Corresponding method: {@link #setKeepContentOnPlayerReset(boolean)} *
  • Default: {@code false} * - *
  • {@code player_layout_id} - Specifies the id of the layout to be inflated. See below - * for more details. - * - *
  • {@code controller_layout_id} - Specifies the id of the layout resource to be - * inflated by the child {@link StyledPlayerControlView}. See below for more details. - * *
  • All attributes that can be set on {@link StyledPlayerControlView} and {@link * DefaultTimeBar} can also be set on a StyledPlayerView, and will be propagated to the * inflated {@link StyledPlayerControlView} unless the layout is overridden to specify a - * custom {@code exo_controller} (see below). + * custom {@code exo_controller}. * * *

    Overriding drawables