Login Feature -completed

This commit is contained in:
smileomi18@gmail.com
2023-07-11 16:56:26 +05:30
parent 9a1fc15902
commit ab9392cd59
11 changed files with 67 additions and 45 deletions

View File

@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/mobile_navigation"
app:startDestination="@+id/nav_home">
app:startDestination="@+id/loginFragment">
<fragment
android:id="@+id/nav_home"
@@ -15,6 +15,10 @@
<action
android:id="@+id/action_nav_home_to_mainActivity"
app:destination="@id/mainActivity" />
<action
android:id="@+id/action_nav_home_to_loginFragment"
app:destination="@id/loginFragment"
app:popUpToInclusive="true"/>
</fragment>
<fragment