问题
I've seen new ChromeCast icons around:

And I'd really like to use them in my app, as the old icon is completely transparent in the action bar when casting is enabled (the on-state icon is the same color as my action bar).
I'm under the impression that these icons come from the MediaRouter library, and I have a feeling it hasn't been updated with these new icons yet..
Is there a way I can override the icons in the CastCompanionLibrary?
回答1:
I was referencing an out-dated version of MediaRouter in my build.gradle;
compile 'com.android.support:mediarouter-v7:19.0.1'
instead of
compile 'com.android.support:mediarouter-v7:+'
来源:https://stackoverflow.com/questions/23828737/android-how-can-i-use-the-new-chromecast-icons-with-castcompanionlibrary