smooth transition between LiveStreamPlayerActivity opening

MoreHomeActivity creation

Blogs api integration
This commit is contained in:
2024-05-31 20:27:01 +05:30
parent 5bc2b44bc1
commit 78f3cd85e6
33 changed files with 483 additions and 13 deletions

View File

@@ -15,6 +15,11 @@
android:supportsRtl="true"
android:theme="@style/Theme.Woka"
tools:targetApi="31">
<activity
android:name=".home.MoreHomeActivity"
android:exported="false"
android:screenOrientation="portrait"
android:theme="@style/TransparentActivity" />
<activity
android:name=".players.LiveStreamPlayerActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"