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
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.