media/library
Nicolas Noury 1e72e1acff Introduce edgeLayout to keep outline color
Fix outline style subtitle

When a ForegroundColorSpan changes the foreground color, it is also applied
to the outline painter. In order to keep the correct color, one needs to
filter out theses span. We do this with a new cue that is our text source
for the specific edgeLayout.

Take care to only apply background color once

Test: Manual check - Subtitle view can show custom color subtitles from specific Subtitle
Renderer and outline is shown correctly using user defined color.
2020-01-29 14:48:06 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Fix bug removing entries from CacheFileMetadataIndex 2019-12-10 12:37:50 +00:00
dash Make DownloadHelper pass DrmSessionManager to MediaSources 2019-12-05 10:20:32 +00:00
hls Make DownloadHelper pass DrmSessionManager to MediaSources 2019-12-05 10:20:32 +00:00
smoothstreaming Make DownloadHelper pass DrmSessionManager to MediaSources 2019-12-05 10:20:32 +00:00
ui Introduce edgeLayout to keep outline color 2020-01-29 14:48:06 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.