Skip to content

Commit 812b8d5

Browse files
committed
Remove media3 PlayerView javadoc references to overriding layouts
These should have been removed as part of 1391b7c, 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 41276e8)
1 parent 657703e commit 812b8d5

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -153,22 +153,10 @@
153153
* <li>Corresponding method: {@link #setKeepContentOnPlayerReset(boolean)}
154154
* <li>Default: {@code false}
155155
* </ul>
156-
* <li><b>{@code player_layout_id}</b> - Specifies the id of the layout to be inflated. See below
157-
* for more details.
158-
* <ul>
159-
* <li>Corresponding method: None
160-
* <li>Default: {@code R.layout.exo_styled_player_view}
161-
* </ul>
162-
* <li><b>{@code controller_layout_id}</b> - Specifies the id of the layout resource to be
163-
* inflated by the child {@link StyledPlayerControlView}. See below for more details.
164-
* <ul>
165-
* <li>Corresponding method: None
166-
* <li>Default: {@code R.layout.exo_styled_player_control_view}
167-
* </ul>
168156
* <li>All attributes that can be set on {@link StyledPlayerControlView} and {@link
169157
* DefaultTimeBar} can also be set on a StyledPlayerView, and will be propagated to the
170158
* inflated {@link StyledPlayerControlView} unless the layout is overridden to specify a
171-
* custom {@code exo_controller} (see below).
159+
* custom {@code exo_controller}.
172160
* </ul>
173161
*
174162
* <h2>Overriding drawables</h2>

0 commit comments

Comments
 (0)