You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app has two players: video player and podcast player. Both should look different in terms of icons, buttons' positions, and spacing. Spacing and reordering buttons is easy, but it seems that the only option to replace icons is to do it globally1, for all PlayerViews.
Proposed solution
It would be great to have attributes similar to show_timeout2 for icons/resources used in the PlayerControlView.
e.g.:
play_resource_id
pause_resource_id
etc.
with the fallback to exo_styled_controls_play, exo_styled_controls_pause, .. if not present.