Android: How Can I Use The New Chromecast Icons With Castcompanionlibrary
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
Solution 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:+'
Post a Comment for "Android: How Can I Use The New Chromecast Icons With Castcompanionlibrary"