VideoView to match parent height and keep aspect ratio

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

I have a VideoView which is set up like this:



        
12条回答
  •  温柔的废话
    2020-11-28 08:31

    I solved this problem with layout. It seems that it worked fine when it was pinned to the corners but it caused the video to skew. To test I changed my relative layout's background to #990000 to see the red poking through.

    
    
        
    
    

提交回复
热议问题