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
5511bb66
authored
Apr 16, 2021
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #8814 from dlafayet:line-height
PiperOrigin-RevId: 368803206
parents
66e4e47e
69f80d9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
RELEASENOTES.md
library/ui/src/main/java/com/google/android/exoplayer2/ui/WebViewSubtitleOutput.java
RELEASENOTES.md
View file @
5511bb66
...
@@ -77,6 +77,8 @@
...
@@ -77,6 +77,8 @@
*
DASH:
*
DASH:
*
Parse
`forced_subtitle`
role from DASH manifests
*
Parse
`forced_subtitle`
role from DASH manifests
(
[
#8781
](
https://github.com/google/ExoPlayer/issues/8781
)
).
(
[
#8781
](
https://github.com/google/ExoPlayer/issues/8781
)
).
*
Text:
*
Fix lines overlapping when using
`SubtitleView.VIEW_TYPE_WEB`
.
*
MediaSession extension: Remove dependency to core module and rely on common
*
MediaSession extension: Remove dependency to core module and rely on common
only. The
`TimelineQueueEditor`
uses a new
`MediaDescriptionConverter`
for
only. The
`TimelineQueueEditor`
uses a new
`MediaDescriptionConverter`
for
this purpose and does not rely on the
`ConcatenatingMediaSource`
anymore.
this purpose and does not rely on the
`ConcatenatingMediaSource`
anymore.
...
...
library/ui/src/main/java/com/google/android/exoplayer2/ui/WebViewSubtitleOutput.java
View file @
5511bb66
...
@@ -175,7 +175,7 @@ import java.util.Map;
...
@@ -175,7 +175,7 @@ import java.util.Map;
+
"right:0;"
+
"right:0;"
+
"color:%s;"
+
"color:%s;"
+
"font-size:%s;"
+
"font-size:%s;"
+
"line-height:%.2f
em
;"
+
"line-height:%.2f;"
+
"text-shadow:%s;"
+
"text-shadow:%s;"
+
"'>"
,
+
"'>"
,
HtmlUtils
.
toCssRgba
(
style
.
foregroundColor
),
HtmlUtils
.
toCssRgba
(
style
.
foregroundColor
),
...
...
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