I am building an android app for tv, where the ui requirement of video playback is completely different from the default one offered by VideoSupportFragment. Specifically I want to change the look and feel of progress bar of playback. Not just remove the primary actions and secondary actions but rather remove the complete playbackrow ui and add my own custom ui.
Asked
Active
Viewed 248 times
2
-
are you able to achieve it? – Shubham Oct 21 '21 at 14:15
-
1@Shubham, unfortunately no. I had to get away with leanback components and build my own fragment with exoplayer, which gives you all the control to customize the way you want. – AndroidDev Oct 22 '21 at 14:53
-
How look & feel? for the secondary progress you can override playbackProgressPrimaryColor `code`
- @color/primary
`code` – Jszn Dec 20 '21 at 16:44