I want to modify the Leanback Video Player UI. There are two things I want to change:
- The
Seekbar
in which I want to to be able to put the cue point markers for ads. - I want to change the positions of the buttons and the title and subtitle.
I tried extending the androidx.leanback.widget.SeekBar
class and modifying it and overriding the lb_playback_transport_controls_row.xml
file but that class has been marked as final
. I already have the cue point locations and just need to modify the Seekbar
.
I don't know which class to extend and modify and which layout file to override to put the poster in.