Integrated JWPlayer
implemented playerView on both fragments theme 1 and theme 2 Full screen activity LiveStreamPlayerActivity
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user