Login Feature - 1

This commit is contained in:
smileomi18@gmail.com
2023-07-07 17:01:02 +05:30
parent e1e8e4ebb2
commit 9a1fc15902
9 changed files with 244 additions and 14 deletions

View File

@@ -36,5 +36,11 @@
android:id="@+id/loginFragment"
android:name="com.example.hpostesting.presentation.dashboard.ui.LoginFragment"
android:label="fragment_login"
tools:layout="@layout/fragment_login" />
tools:layout="@layout/fragment_login" >
<action
android:id="@+id/action_loginFragment_to_homeFragment"
app:destination="@id/nav_home"
app:popUpTo="@id/mobile_navigation"
app:popUpToInclusive="true"/>
</fragment>
</navigation>