I use this XML layout to show a fullscreen VideoView on my activity. The Video is fullscreen but it isn\'t centered. In landscape mode, it stays on the left side of the scre
If your VideoView cannot center in RelativeLayout you can try to put it into a FrameLayout like this:
And then put this into RelativeLayout.