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

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -