Integrated JWPlayer

implemented playerView on both fragments theme 1 and theme 2

Full screen activity LiveStreamPlayerActivity
This commit is contained in:
2024-05-30 21:19:25 +05:30
parent 2182c0393d
commit 5bc2b44bc1
13 changed files with 399 additions and 73 deletions

View File

@@ -29,5 +29,12 @@
<item name="android:windowTranslucentStatus">true</item>
</style>
<!-- full screen view-->
<style name="FullScreenTheme" parent="Theme.Material3.Light.NoActionBar">
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="o_mr1">shortEdges</item>
</style>
<style name="Theme.Woka" parent="Base.Theme.Woka" />
</resources>