diff --git a/libraries/ui/src/main/java/androidx/media3/ui/PlayerView.java b/libraries/ui/src/main/java/androidx/media3/ui/PlayerView.java index ed6f7412f4..589187df0e 100644 --- a/libraries/ui/src/main/java/androidx/media3/ui/PlayerView.java +++ b/libraries/ui/src/main/java/androidx/media3/ui/PlayerView.java @@ -156,22 +156,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 PlayerControlView}. See below for more details. - * *
  • All attributes that can be set on {@link PlayerControlView} and {@link DefaultTimeBar} can * also be set on a PlayerView, and will be propagated to the inflated {@link * PlayerControlView} unless the layout is overridden to specify a custom {@code - * exo_controller} (see below). + * exo_controller}. * * *

    Overriding drawables