WORKING COMMIT

This commit is contained in:
vsuryakumar
2023-06-08 19:27:34 +05:30
parent 7d744819f8
commit 69df710006
32 changed files with 7846 additions and 147 deletions

View File

@@ -9,6 +9,8 @@
android:id="@+id/nav_home"
android:name="com.example.hpos.presentation.dashboard.HomeFragment"
android:label="@string/menu_home"
app:popUpToInclusive="true"
app:popUpTo="@id/nav_home"
tools:layout="@layout/fragment_home" >
<action
android:id="@+id/action_nav_home_to_registerOneScanAbhaFragment"
@@ -51,9 +53,11 @@
<fragment
android:id="@+id/registerThreeEnterPatientDetails"
android:name="com.example.hpos.presentation.dashboard.register.RegisterThreeEnterPatientDetails"
android:label="Registration (3/3)" >
android:label="Registration (3/3)">
<action
android:id="@+id/action_registerThreeEnterPatientDetails_to_nav_home"
app:popUpTo="@id/nav_home"
app:popUpToInclusive="true"
app:destination="@id/nav_home" />
</fragment>
<fragment
@@ -63,6 +67,8 @@
tools:layout="@layout/fragment_register_one_create_abha" >
<action
android:id="@+id/action_registerOneCreateAbha_to_registerTwoAadhaarFragment"
app:popUpTo="@id/registerOneCreateAbha"
app:popUpToInclusive="true"
app:destination="@id/registerTwoAadhaarFragment" />
</fragment>
<fragment