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