I\'m using the YouTube Android Player API and want to overlay a view on top of a YouTubePlayerFragment in order to display contextual information and controls a
YouTubePlayerFragment
Youtube Player don't allow any view overlay it. Just using setVisibility(View.GONE) for all view overlay it.