Created Karaoke module: UI and backend
Integrated karaoke listing api and data caching Integrated Continue Karaoke api and data caching Data syncing with adapters and MyListFragment Dialog showing for karaoke. Implemented Media3 Player view for KaraokePlayerActivity Custom Player controller view - adding close button and title and hiding full screen and settings icon Player setup, hiding user controller view
This commit is contained in:
@@ -15,13 +15,25 @@
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Woka"
|
||||
tools:targetApi="31">
|
||||
<activity
|
||||
android:name=".karaoke.player.KaraokePlayerActivity"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
|
||||
android:exported="false"
|
||||
android:launchMode="singleTask"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:screenOrientation="portrait"
|
||||
/>
|
||||
<activity
|
||||
android:name=".karaoke.views.KaraokeActivity"
|
||||
android:exported="false"
|
||||
android:screenOrientation="portrait"/>
|
||||
<activity
|
||||
android:name=".wokagames.playerr.GamePlayerActivity"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
|
||||
android:exported="false"
|
||||
android:launchMode="singleTask"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:theme="@style/FullScreenTheme"/>
|
||||
android:theme="@style/FullScreenTheme" />
|
||||
<activity
|
||||
android:name=".wokagames.views.GamesActivity"
|
||||
android:exported="false"
|
||||
|
||||
Reference in New Issue
Block a user