androidchromecastcastcompanionlibrary

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


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).


Solution

  • 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.