Commit eef986bf by ojw28 Committed by GitHub

Merge pull request #4384 from Khang-NT/fix_document

Correct document of PlayerView & PlayerControlView
parents 6c733702 3a99f965
...@@ -87,7 +87,7 @@ import java.util.Locale; ...@@ -87,7 +87,7 @@ import java.util.Locale;
* below for more details. * below for more details.
* <ul> * <ul>
* <li>Corresponding method: None * <li>Corresponding method: None
* <li>Default: {@code R.id.exo_player_control_view} * <li>Default: {@code R.layout.exo_player_control_view}
* </ul> * </ul>
* </ul> * </ul>
* *
......
...@@ -143,13 +143,13 @@ import java.util.List; ...@@ -143,13 +143,13 @@ import java.util.List;
* for more details. * for more details.
* <ul> * <ul>
* <li>Corresponding method: None * <li>Corresponding method: None
* <li>Default: {@code R.id.exo_player_view} * <li>Default: {@code R.layout.exo_player_view}
* </ul> * </ul>
* <li><b>{@code controller_layout_id}</b> - Specifies the id of the layout resource to be * <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. * inflated by the child {@link PlayerControlView}. See below for more details.
* <ul> * <ul>
* <li>Corresponding method: None * <li>Corresponding method: None
* <li>Default: {@code R.id.exo_player_control_view} * <li>Default: {@code R.layout.exo_player_control_view}
* </ul> * </ul>
* <li>All attributes that can be set on a {@link PlayerControlView} can also be set on a * <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 * PlayerView, and will be propagated to the inflated {@link PlayerControlView} unless the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment