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
3.0.0
6.0
Huawei
Nexus 6P
The text was updated successfully, but these errors were encountered:
Any easy way to override the hide delay timeout value without compiling the source (would prefer to just use gradle).
I did try this but it was ignored:
mVideoView.getVideoControls().hideDelayed(5000);
Sorry, something went wrong.
Thanks Brian.
Sorry for being clueless, but is this supposed to be exposed in the latest preview4 build? Can't use it.
compile 'com.devbrackets.android:exomedia:4.0.0-preview4'
mVideoView.getVideoControls().setHideDelayed(4000);
No, this will be in the official 4.0.0 release. preview4 was released about 2 weeks ago
4.0.0
preview4
No branches or pull requests
Include the following:
3.0.0
6.0
Huawei
Nexus 6P
Reproduction Steps
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: