NotificationsActivity.kt creation and notification api integration

FM radio webview implementation

MyList Fragment creation and api integration.
Worked on navigation and status bar color handling between screens.

WebSeriesAdapter and showed first list.

back button handling
This commit is contained in:
2024-06-13 21:08:35 +05:30
parent 1cbfde4cd4
commit 27be75d831
31 changed files with 959 additions and 60 deletions

View File

@@ -15,10 +15,15 @@
android:supportsRtl="true"
android:theme="@style/Theme.Woka"
tools:targetApi="31">
<activity
android:name=".home.FMActivity"
android:exported="false"
android:screenOrientation="portrait"
android:theme="@style/TransparentActivity" />
<activity
android:name=".home.notifications.NotificationsActivity"
android:exported="false"
android:screenOrientation="portrait" />
android:screenOrientation="portrait" />
<activity
android:name=".shop.MyOrdersActivity"
android:exported="false"