I have a class activity_player
layout in which I have exoplayer2.ui.PlayerView
and I created exo_player_control_view
so that it overrides default controls in ExoPlayer. So I wanted to use Databinding in newly created custom control view but don't know how to do it. Any advice?
It is actually an open issue over here, but yet to be solved. So is there anyone who had a workaround to make exo_player_control_view
Databinding friendly?