Remove media3 PlayerView javadoc references to overriding layouts

These should have been removed as part of 1391b7c65d, 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)
This commit is contained in:
ibaker 2022-03-04 12:05:31 +00:00 committed by Ian Baker
parent 657703e4b0
commit 812b8d5f73

View File

@ -153,22 +153,10 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
* <li>Corresponding method: {@link #setKeepContentOnPlayerReset(boolean)} * <li>Corresponding method: {@link #setKeepContentOnPlayerReset(boolean)}
* <li>Default: {@code false} * <li>Default: {@code false}
* </ul> * </ul>
* <li><b>{@code player_layout_id}</b> - Specifies the id of the layout to be inflated. See below
* for more details.
* <ul>
* <li>Corresponding method: None
* <li>Default: {@code R.layout.exo_styled_player_view}
* </ul>
* <li><b>{@code controller_layout_id}</b> - Specifies the id of the layout resource to be
* inflated by the child {@link StyledPlayerControlView}. See below for more details.
* <ul>
* <li>Corresponding method: None
* <li>Default: {@code R.layout.exo_styled_player_control_view}
* </ul>
* <li>All attributes that can be set on {@link StyledPlayerControlView} and {@link * <li>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 * 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 * inflated {@link StyledPlayerControlView} unless the layout is overridden to specify a
* custom {@code exo_controller} (see below). * custom {@code exo_controller}.
* </ul> * </ul>
* *
* <h2>Overriding drawables</h2> * <h2>Overriding drawables</h2>