-
Notifications
You must be signed in to change notification settings - Fork 460
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
exo_play attribute seems not working propery #186
Comments
Are you asking about changing the drawable used to indicate play & pause? From the
If you're not asking about this, please add more information so I can understand your question. |
@icbaker Let me clarify my question as follows. My question
Problems
Media3 Version1.0.0-beta02 Please let me know if there is any insufficiency. Thank you! |
Ah, I think this might be the issue. I'm afraid it's a bit confusing - when migrating from the
So you're reading the javadoc for I'm afraid we haven't got the media3 javadoc hosted yet, so you'll need to browse it in the source (either in your IDE or here on GitHub) - but you'll see that |
@icbaker Demo → https://github.com/masah517/Media3CustomPlayerController device-2022-10-18-205605.mp4Could you please give me some ideas about what I've done wrong, or what could be the better possible solution for custom playerView control panel implementation? Thank you. |
Customising the controller of The XML customisation of these components that is supported is documented in their javadoc. Anything else may or may not work today, but it's not supported and it may stop working in future versions of the library. |
Understood. |
Media3 Version
1.0.0-beta02
Devices that reproduce the issue
Pixexl6 running on Android 12
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Not tested
Reproduction steps
when overrides the default control panel by using
"app:controller_layout_id=~"
the play button and pause button seems not working properly by overriding following ids
"@id/exo_play"
"@id/exo_pause"
Expected result
The media can play and pause by overriding following layout ids
"@id/exo_play"
"@id/exo_pause"
Actual result
The media does not play and pause by overriding following layout ids
"@id/exo_play"
"@id/exo_pause"
Media
https://storage.googleapis.com/exoplayer-test-media-0/BigBuckBunny_320x180.mp4
Bug Report
adb bugreport
to dev.exoplayer@gmail.com after filing this issue.The text was updated successfully, but these errors were encountered: