Fullscreen VideoView isn't Centered

前端 未结 5 1558
遥遥无期
遥遥无期 2021-01-19 10:36

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

5条回答
  •  天涯浪人
    2021-01-19 10:59

    If your VideoView cannot center in RelativeLayout you can try to put it into a FrameLayout like this:

    
    
        
        
    
    
    

    And then put this into RelativeLayout.

提交回复
热议问题