I'm using Cast Companion Library android.
I want to change some color like text color, play, pause button to Dark. Right now is in Light color. Any suggestion to do this?
Thanks
I'm using Cast Companion Library android.
I want to change some color like text color, play, pause button to Dark. Right now is in Light color. Any suggestion to do this?
Thanks
This is not related to or managed by CCL; in that dialog, theme is managed by MediaRouteThemeHelper. You can override Theme.MediaRouter.Light.DarkControlPanel
and Theme.MediaRouter.LightControlPanel
styles in your own application and that will adjust the theme of your dialog.
I'm adding some code on activity, from this link:
http://explod.io/setting-the-theme-of-mediaroutechooserdialog/