mirror of
https://github.com/androidx/media.git
synced 2025-05-15 11:39:56 +08:00
Merge pull request #4384 from Khang-NT/fix_document
Correct document of PlayerView & PlayerControlView
This commit is contained in:
commit
eef986bf0c
@ -87,7 +87,7 @@ import java.util.Locale;
|
||||
* below for more details.
|
||||
* <ul>
|
||||
* <li>Corresponding method: None
|
||||
* <li>Default: {@code R.id.exo_player_control_view}
|
||||
* <li>Default: {@code R.layout.exo_player_control_view}
|
||||
* </ul>
|
||||
* </ul>
|
||||
*
|
||||
|
@ -143,13 +143,13 @@ import java.util.List;
|
||||
* for more details.
|
||||
* <ul>
|
||||
* <li>Corresponding method: None
|
||||
* <li>Default: {@code R.id.exo_player_view}
|
||||
* <li>Default: {@code R.layout.exo_player_view}
|
||||
* </ul>
|
||||
* <li><b>{@code controller_layout_id}</b> - Specifies the id of the layout resource to be
|
||||
* inflated by the child {@link PlayerControlView}. See below for more details.
|
||||
* <ul>
|
||||
* <li>Corresponding method: None
|
||||
* <li>Default: {@code R.id.exo_player_control_view}
|
||||
* <li>Default: {@code R.layout.exo_player_control_view}
|
||||
* </ul>
|
||||
* <li>All attributes that can be set on a {@link PlayerControlView} can also be set on a
|
||||
* PlayerView, and will be propagated to the inflated {@link PlayerControlView} unless the
|
||||
|
Loading…
x
Reference in New Issue
Block a user