I have a VideoView that takes up the top half of the Activity in portrait orientation with the bottom half of the screen showing some images and text. I am playing a rtsp v
I use this code to solve it.
mediaController.setPadding(0, 0, 0, px);
to set the mediacontroller view to the position you want. Hope this help you.