-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
How to make playerview full screen button with seeker button for volume #486
Comments
No Initialize the Fullscreen Dialog
Open the Full Screen
Closing the full screen
You can refer to this link for further understanding. |
@hafiz013 To create fullscreen player, there is an existing sample in the Facebook demo: toro/app/src/main/java/im/ene/toro/sample/facebook/timeline/TimelineFragment.java Line 145 in cb59d3a
About the volume seekbar, it is not the scope of this library, you should consult the ExoPlayer library about customizing the PlayerView UI. To update volume manually, please use the method |
May i know this library can support for full screen button and seekbar button for volume control.tq
The text was updated successfully, but these errors were encountered: