home side bar completed

built custom bottom nav for home

new activity for ExploreWokaActivity
research to blur the background with transparency

Made 2 theme Home fragment and MyList Fragment
Connected them with the side bar with respect to the selected theme
This commit is contained in:
2024-05-16 20:56:34 +05:30
parent d4ac42b62a
commit f940abe837
26 changed files with 1013 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" >
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.INTERNET" />
@@ -14,12 +14,16 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Woka"
tools:targetApi="31" >
tools:targetApi="31">
<activity
android:name=".home.ExploreWokaActivity"
android:exported="false"
android:theme="@style/TransparentActivity"
android:screenOrientation="portrait"/>
<activity
android:name=".home.HomeActivity"
android:exported="false"
android:screenOrientation="portrait"
/>
android:screenOrientation="portrait" />
<activity
android:name=".onboard.OnboardActivity"
android:exported="false"
@@ -29,7 +33,7 @@
android:name=".onboard.WelcomeActivity"
android:exported="true"
android:screenOrientation="portrait"
android:theme="@style/Theme.App.Starting" >
android:theme="@style/Theme.App.Starting">
<intent-filter>
<action android:name="android.intent.action.MAIN" />