From 812b8d5f73b39454364184f12e930c0901e20189 Mon Sep 17 00:00:00 2001 From: ibaker Date: Fri, 4 Mar 2022 12:05:31 +0000 Subject: [PATCH] Remove media3 PlayerView javadoc references to overriding layouts These should have been removed as part of https://github.com/google/ExoPlayer/commit/1391b7c65dab1856dad363dff7c0a250245f1671, since we no longer officially support overriding the layout file for this class. This class is known as StyledPlayerView in exoplayer2. #minor-release PiperOrigin-RevId: 432411322 (cherry picked from commit 41276e8b9bcab15fb258efcbbc1edbb1634bbdab) --- .../android/exoplayer2/ui/StyledPlayerView.java | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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