VideoView to match parent height and keep aspect ratio

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

I have a VideoView which is set up like this:



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

    For the first time a question answered my issue instead of answers!! My issue was that I had a white space under the video on full screen. I was setting the layout_height to match_parent. The solution was to set it to wrap_content and give the parent a black background. That, and having the VideoView centered vertically in its parent.

    I wrote this as a comment but then thought someone might have the same issue I had, so here it is as an answer also.

提交回复
热议问题