Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
eef986bf
authored
Jun 18, 2018
by
ojw28
Committed by
GitHub
Jun 18, 2018
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #4384 from Khang-NT/fix_document
Correct document of PlayerView & PlayerControlView
parents
6c733702
3a99f965
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java
library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java
library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java
View file @
eef986bf
...
@@ -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>
*
*
...
...
library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java
View file @
eef986bf
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment