Android YouTubePlayer with unauthorized overlay on top of player

后端 未结 8 1997
慢半拍i
慢半拍i 2020-11-29 09:53

I\'m using YouTubePlayer (YouTube api for android) within a Fragment I am inflating a LinearLayout with the YouTube Player, in this way:

fragmentManager = ge         


        
8条回答
  •  一整个雨季
    2020-11-29 10:56

    The problem is only with layout, the YouTube Player doesn't permit any view staying over it, neither invisible nor transparent.

    In order to make this visible in your device, enable layout bounds in developer option.(warning with paddings and margins)

    Try to comment out others views' code on your layout and test this again please.

提交回复
热议问题