Merge pull request #4384 from Khang-NT/fix_document

Correct document of PlayerView & PlayerControlView
This commit is contained in:
ojw28 2018-06-18 05:23:10 -07:00 committed by GitHub
commit eef986bf0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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>
* *

View File

@ -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