Change the project into Testing app

This commit is contained in:
mohamedkaif356
2023-06-28 12:41:18 +05:30
parent 69df710006
commit 0c063583ca
118 changed files with 1729 additions and 2760 deletions

View File

@@ -7,14 +7,11 @@
<fragment
android:id="@+id/nav_home"
android:name="com.example.hpos.presentation.dashboard.HomeFragment"
android:name="com.example.hpostesting.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"
app:destination="@id/registerOneScanAbhaFragment" />
<action
android:id="@+id/action_nav_home_to_mainActivity"
app:destination="@id/mainActivity" />
@@ -22,62 +19,17 @@
<fragment
android:id="@+id/nav_profile"
android:name="com.example.hpos.presentation.dashboard.GalleryFragment"
android:name="com.example.hpostesting.presentation.dashboard.GalleryFragment"
android:label="@string/profile"
tools:layout="@layout/fragment_gallery" />
<fragment
android:id="@+id/nav_settings"
android:name="com.example.hpos.presentation.dashboard.SlideshowFragment"
android:name="com.example.hpostesting.presentation.dashboard.SlideshowFragment"
android:label="@string/action_settings"
tools:layout="@layout/fragment_slideshow" />
<fragment
android:id="@+id/registerOneScanAbhaFragment"
android:name="com.example.hpos.presentation.dashboard.register.RegisterOneScanAbhaFragment"
android:label="Registration (1/3)"
tools:layout="@layout/fragment_register_one_scan_abha" >
<action
android:id="@+id/action_registerOneScanAbhaFragment_to_registerThreeEnterPatientDetails"
app:destination="@id/registerThreeEnterPatientDetails" />
<action
android:id="@+id/action_registerOneScanAbhaFragment_to_registerOneCreateAbha"
app:destination="@id/registerOneCreateAbha" />
<action
android:id="@+id/action_registerOneScanAbhaFragment_to_registerTwoAadhaarFragment"
app:destination="@id/registerTwoAadhaarFragment" />
</fragment>
<activity
android:id="@+id/mainActivity"
android:name="com.example.hpos.presentation.MainActivity"
android:name="com.example.hpostesting.presentation.MainActivity"
android:label="MainActivity" />
<fragment
android:id="@+id/registerThreeEnterPatientDetails"
android:name="com.example.hpos.presentation.dashboard.register.RegisterThreeEnterPatientDetails"
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
android:id="@+id/registerOneCreateAbha"
android:name="com.example.hpos.presentation.dashboard.register.RegisterOneCreateAbha"
android:label="Registration (1/3)"
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
android:id="@+id/registerTwoAadhaarFragment"
android:name="com.example.hpos.presentation.dashboard.register.RegisterTwoAadhaarFragment"
android:label="Registration (2/3)"
tools:layout="@layout/fragment_register_two_aadhaar" >
<action
android:id="@+id/action_registerTwoAadhaarFragment_to_registerThreeEnterPatientDetails"
app:destination="@id/registerThreeEnterPatientDetails" />
</fragment>
</navigation>