I realize I\'m probably doing something fundamentally wrong with styles and themes but I\'m still a bit of an Android newbie so please excuse my ignorance. I\'m trying to c
You can change it easily now with your custom drawable. Just call this method on your cast button.
mediaRouteButton = (MediaRouteButton) findViewById(R.id.media_route_button); mediaRouteButton.setRemoteIndicatorDrawable(yourDrawable);