This is a Screenshot of my VideoView.
What is this bar(green arrow points to it) and how do I get rid of it(set it/null/hide it/invisible)?
This is a Screenshot of my VideoView.
What is this bar(green arrow points to it) and how do I get rid of it(set it/null/hide it/invisible)?
Is it possible that that is the seek bar? Shown in this question are more screenshots
If that is actually the seek bar you can not show it by following the steps here.
Basically just don't set the MediaController:
videoView.setMediaController(null)