I want to remove TimeBar
or SeekBar
from youTubePlayer
in android. I use PlayerStyle.CHROMELESS
for remove TimeBar
or SeekBar
but I want Paused and Play control on YouTubePlayer
so, I am using PlayerStyle.MINIMAL
for Paused and Play control on YouTubePlayer
but I don't want to Seekbar
I don't know what I can do any suggestion for me. Please tell me.
You can't do that in default PlayerStyle of YouTubeVideoPlayer
.
You can only use that three default PlayerStyle. Refer this Link.