We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
隐藏全屏按钮: videoPlayerView.showFullscreenTempView(View.GONE);
隐藏返回按钮: baseview中,未开放出来: showBackView(int visibility, boolean is);
隐藏全屏按钮方法无效诶,然后可以在videoplayerview中增加方法控制返回按钮的显示隐藏吗?
The text was updated successfully, but these errors were encountered:
控制全屏按钮 //屏蔽控制布局 exoPlayerManager.hideControllerView(true); //true如果屏蔽控制布局 但是需要显示全屏按钮。手动显示。 } else { //恢复控制布局 exoPlayerManager.showControllerView(true); } } 不好意思,隐藏返回按钮:没有开放
Sorry, something went wrong.
版本2.1.91 方法:videoPlayerView.setShowBack(false);
No branches or pull requests
隐藏全屏按钮:
videoPlayerView.showFullscreenTempView(View.GONE);
隐藏返回按钮:
baseview中,未开放出来:
showBackView(int visibility, boolean is);
隐藏全屏按钮方法无效诶,然后可以在videoplayerview中增加方法控制返回按钮的显示隐藏吗?
The text was updated successfully, but these errors were encountered: