Skip to content
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

控制隐藏方法无效 #148

Closed
I18N486 opened this issue Jul 27, 2018 · 2 comments
Closed

控制隐藏方法无效 #148

I18N486 opened this issue Jul 27, 2018 · 2 comments

Comments

@I18N486
Copy link

I18N486 commented Jul 27, 2018

隐藏全屏按钮:
videoPlayerView.showFullscreenTempView(View.GONE);

隐藏返回按钮:
baseview中,未开放出来:
showBackView(int visibility, boolean is);

隐藏全屏按钮方法无效诶,然后可以在videoplayerview中增加方法控制返回按钮的显示隐藏吗?

@yangchaojiang
Copy link
Owner

控制全屏按钮
//屏蔽控制布局
exoPlayerManager.hideControllerView(true);
//true如果屏蔽控制布局 但是需要显示全屏按钮。手动显示。
} else {
//恢复控制布局
exoPlayerManager.showControllerView(true);
}
}
不好意思,隐藏返回按钮:没有开放

@yangchaojiang
Copy link
Owner

版本2.1.91
方法:videoPlayerView.setShowBack(false);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants