-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StyledPlayerView Custom Controller Support #7962
Comments
Hi, |
No i don't have an image named exo_subtitle. These are my custom_controller.xml codes.
This is StyledPlayerView xml part.
I use a 3rd party library (https://github.com/rubensousa/PreviewSeekBar) to show the thumbnails in the video. Could it be due to this? |
A patch will be available soon that fixes this issue, it appears to be down to a requirement in the |
Thanks, I'm looking forward to the new update. |
Every other subtitleButton has an if not null check, but does not force non null. Issue: #7962 PiperOrigin-RevId: 334124323
Every other subtitleButton has an if not null check, but does not force non null. Issue: #7962 PiperOrigin-RevId: 334124323
[REQUIRED] Searched documentation and issues
https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md
[REQUIRED] Question
When I was in Exoplayer 2.11.4 version, I was able to replace the SimpleExoPlayerView controller with app: controller_layout_id via xml. I wanted to switch to SytledPlayerView structure with Exoplayer 2.12.0 version. But when I give my old controller over the layout, the application fails. Is there any way to customize the StyledPlayerView controller?
A full bug report captured from the device
The text was updated successfully, but these errors were encountered: