Fullscreen the Exoplayer

前端 未结 9 1486
一向
一向 2021-02-02 16:05

I try to show the show video (.mp4) with exoplayer in RecyclerView and ViewPager. I show the video controller with custom layo

9条回答
  •  滥情空心
    2021-02-02 17:04

    You can easily do this from the XML of the ExoPlayer. Set the following attribute:

    app:resize_mode="fill"
    

提交回复
热议问题