chromecast - Change the button style on MediaRouteControllerDialog -
i change disconnect button color , maybe other things on mediaroutecontrollerdialog shown when user presses on cast icon , connected.
i'm using custom media control view doesn't seem include disconnect button.
thanks.
you can find view want modify , way.
on oncreate(bundle savedinstancestate) method following:
button disconnectbutton = (button)findviewbyid(r.id.media_route_disconnect_button);
Comments
Post a Comment