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
cf2a58e6
authored
Jul 23, 2020
by
insun
Committed by
Oliver Woodman
Jul 24, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix styled ui's documents
#exofixit PiperOrigin-RevId: 322854029
parent
19602ca4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerControlView.java
library/ui/src/main/res/values/ids.xml
library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerControlView.java
View file @
cf2a58e6
...
@@ -193,13 +193,9 @@ import java.util.concurrent.CopyOnWriteArrayList;
...
@@ -193,13 +193,9 @@ import java.util.concurrent.CopyOnWriteArrayList;
* its children by looking for the following ids:
* its children by looking for the following ids:
*
*
* <ul>
* <ul>
* <li><b>{@code exo_play
}</b> - The play
button.
* <li><b>{@code exo_play
_pause}</b> - The play and pause
button.
* <ul>
* <ul>
* <li>Type: {@link View}
* <li>Type: {@link ImageView}
* </ul>
* <li><b>{@code exo_pause}</b> - The pause button.
* <ul>
* <li>Type: {@link View}
* </ul>
* </ul>
* <li><b>{@code exo_rew}</b> - The rewind button.
* <li><b>{@code exo_rew}</b> - The rewind button.
* <ul>
* <ul>
...
@@ -252,6 +248,14 @@ import java.util.concurrent.CopyOnWriteArrayList;
...
@@ -252,6 +248,14 @@ import java.util.concurrent.CopyOnWriteArrayList;
* <ul>
* <ul>
* <li>Type: {@link View}
* <li>Type: {@link View}
* </ul>
* </ul>
* <li><b>{@code exo_subtitle}</b> - The subtitle button.
* <ul>
* <li>Type: {@link ImageView}
* </ul>
* <li><b>{@code exo_fullscreen}</b> - The fullscreen button.
* <ul>
* <li>Type: {@link ImageView}
* </ul>
* <li><b>{@code exo_position}</b> - Text view displaying the current playback position.
* <li><b>{@code exo_position}</b> - Text view displaying the current playback position.
* <ul>
* <ul>
* <li>Type: {@link TextView}
* <li>Type: {@link TextView}
...
...
library/ui/src/main/res/values/ids.xml
View file @
cf2a58e6
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
<item
name=
"exo_overlay"
type=
"id"
/>
<item
name=
"exo_overlay"
type=
"id"
/>
<item
name=
"exo_play"
type=
"id"
/>
<item
name=
"exo_play"
type=
"id"
/>
<item
name=
"exo_pause"
type=
"id"
/>
<item
name=
"exo_pause"
type=
"id"
/>
<item
name=
"exo_play_pause"
type=
"id"
/>
<item
name=
"exo_rew"
type=
"id"
/>
<item
name=
"exo_rew"
type=
"id"
/>
<item
name=
"exo_ffwd"
type=
"id"
/>
<item
name=
"exo_ffwd"
type=
"id"
/>
<item
name=
"exo_prev"
type=
"id"
/>
<item
name=
"exo_prev"
type=
"id"
/>
...
@@ -38,5 +39,6 @@
...
@@ -38,5 +39,6 @@
<item
name=
"exo_buffering"
type=
"id"
/>
<item
name=
"exo_buffering"
type=
"id"
/>
<item
name=
"exo_error_message"
type=
"id"
/>
<item
name=
"exo_error_message"
type=
"id"
/>
<item
name=
"exo_vr"
type=
"id"
/>
<item
name=
"exo_vr"
type=
"id"
/>
<item
name=
"exo_subtitle"
type=
"id"
/>
<item
name=
"exo_fullscreen"
type=
"id"
/>
</resources>
</resources>
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