This is a tiny request.
I've noticed that if I set an OnClickListener on the PlayerView (even if I add android:clickable="true" android:focusable="true" in the layout file), it doesn't respond to click events.
Please allow the view to be clickable, maybe even touchable...
The only solution for this, is to set the OnClickListener on the container, or a view that's on top of the PlayerView .