Adds Apple airplay/Google cast support to the app

This commit is contained in:
2026-05-14 22:02:37 -07:00
parent 3bb2630e1a
commit c9ef69c8b5
10 changed files with 979 additions and 17 deletions
@@ -12,7 +12,8 @@
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
<style name="NormalTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="android:windowBackground">@android:color/black</item>
<item name="android:windowIsTranslucent">false</item>
</style>
</resources>