ActionBar overlaying YouTubePlayerSupportFragment from YouTube Player API
I've got an activity extending AppCompatActivity , using a theme extending Theme.AppCompat.Light.DarkActionBar . This activity's view is a LinearLayout with a VERTICAL orientation containing the following views: A FrameLayout containing a YouTubePlayerSupportFragment . Note that I'm calling the following methods on the obtained YouTubePlayer on initialization success: setPlayerStyle(PlayerStyle.CHROMELESS) addFullscreenControlFlag(YouTubePlayer.FULLSCREEN_FLAG_CUSTOM_LAYOUT) I also set an onClickListener on the player view, supposed to hide and show the ActionBar on demand. Another view