How can I customize the mini-Controller from Cast Companion Library?

1.1k Views Asked by At

I would like to customize the mini controller that sits at the bottom of the screen but I am not exactly sure how to replace or customize that without modifying Cast Companion Library (CCL).

1

There are 1 best solutions below

1
On BEST ANSWER

You can copy over mini_controller.xml layout file from CCL into your own project (keep the name) and modify the layout as you see fit. If you want something more, you would need to implement IMiniController yourself.