How to change ActionBar cast button color using Android Cast v3 library? I use the following gradle dependency
compile 'com.google.android.gms:play-services-cast-framework:10.2.4'
In v2 it was sufficient to override ic_media_route_holo_light.xml or mr_ic_media_route_holo_dark.xml from MediaRoute v7, but with Cast v3 it’s not working anymore.