I am using YouTube API in my android application. I need to disable some controls of the YouTube player. So that i used YouTubePlayer.PlayerStyle enum class.
youTubePlayer.setPlayerStyle(YouTubePlayer.PlayerStyle.MINIMAL);
But in this case, A minimal style, showing a time(seek) bar and play/pause controls. I have to enable only play/pause controls and i have to disable seek bar. How can i do that????