feat(cast): implement Google Cast support and expanded controller activity

This commit is contained in:
2026-04-05 17:15:48 +02:00
parent 0796bc8ef4
commit 7b2cfb4b17
11 changed files with 68 additions and 15 deletions
+6
View File
@@ -74,4 +74,10 @@
<item name="cornerSizeBottomRight">16dp</item>
<item name="cornerFamilyBottomRight">rounded</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>