mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 07:52:40 +02:00
feat(cast): implement Google Cast support and expanded controller activity
This commit is contained in:
@@ -27,4 +27,10 @@
|
||||
<!-- Don't show light status bar -->
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
</style>
|
||||
|
||||
<style name="CustomCastExpandedControllerStyle" parent="CastExpandedController">
|
||||
<item name="android:windowBackground">#FFFFFF</item>
|
||||
<item name="castBackground">#FFFFFF</item>
|
||||
<item name="castButtonColor">#FF495D92</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user