VideoView to match parent height and keep aspect ratio

前端 未结 12 1919
轻奢々
轻奢々 2020-11-28 08:15

I have a VideoView which is set up like this:



        
12条回答
  •  情歌与酒
    2020-11-28 08:49

    Just put your VideoView inside the RelativeLayout and set the desired size for that relative layout. like below code,

    
    
        
    
    
    

    It will work.

提交回复
热议问题