Skip to content

Instantly share code, notes, and snippets.

@ducalpha
Created August 16, 2013 08:44
Show Gist options
  • Save ducalpha/6248299 to your computer and use it in GitHub Desktop.
Save ducalpha/6248299 to your computer and use it in GitHub Desktop.
prevent MediaController from hiding automatically Read MediaController.java for more details
MediaController mediaController = new MediaController(videoView.getContext(), false) {
@Override
public void show() {
show(0);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment