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

@@ -15,11 +15,19 @@
android:supportsRtl="true"
android:theme="@style/Theme.Woka"
tools:targetApi="31">
<activity
android:name=".players.LiveStreamPlayerActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:exported="false"
android:launchMode="singleTask"
android:screenOrientation="sensorLandscape"
android:supportsPictureInPicture="true"
android:theme="@style/FullScreenTheme" />
<activity
android:name=".home.ExploreWokaActivity"
android:exported="false"
android:theme="@style/TransparentActivity"
android:screenOrientation="portrait"/>
android:screenOrientation="portrait"
android:theme="@style/TransparentActivity" />
<activity
android:name=".home.HomeActivity"
android:exported="false"