# Styling Chromecast Icons

DevFeed: [Styling Chromecast Icons](<https://devfeed.tech/articles/styling-chromecast-icons-30576.md>)

Original publisher: [Read original article](<https://ryanharter.com/blog/2015/03/styling-chromecast-icons/>)

Published: 2015-03-06T07:00:00Z

Content type: tutorial

Language: en

Sources: [Blogs on Ryan Harter](<https://devfeed.tech/sources/blogs-on-ryan-harter.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [Android](<https://devfeed.tech/topics/android.md>), [Material Design](<https://devfeed.tech/topics/material-design.md>), [User Experience](<https://devfeed.tech/topics/user-experience.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [branding](<https://devfeed.tech/tags/branding.md>), [cast](<https://devfeed.tech/tags/cast.md>), [color](<https://devfeed.tech/tags/color.md>), [icons](<https://devfeed.tech/tags/icons.md>), [identity](<https://devfeed.tech/tags/identity.md>), [material-design](<https://devfeed.tech/tags/material-design.md>)

## AI overview

A tutorial on customizing the colors of the Google Cast action item in an Android app. It explains how MediaRouteActionProvider handles Cast connection states and why replacing support-library drawables is insufficient for designs requiring more than light and dark colors.

## Source excerpt

One of my favorite new devices from Google is the Chromecast. I have 3 throughout my house, and one for travel. It's great to have a cheap device that anyone can stream to. I've also had the pleasure of integrating Google Cast support on several apps in my freelancing business. These are usually pretty cut and dry, but I recently had a client who needed a custom Google Cast action item which was one of many colors, depending on where you are in the app.