finish android merge wiring

This commit is contained in:
2026-04-07 21:15:31 -06:00
parent 60f344d207
commit 888591c970
14 changed files with 296 additions and 119 deletions

View File

@@ -128,9 +128,33 @@
tools:layout="@layout/fragment_product_detail" />
<fragment
android:id="@+id/nav_refund_detail"
android:name="com.example.petstoremobile.fragments.listfragments.detailfragments.RefundDetailFragment"
android:label="Refund Details"
tools:layout="@layout/fragment_refund_detail" />
android:id="@+id/nav_refund"
android:name="com.example.petstoremobile.fragments.listfragments.detailfragments.RefundFragment"
android:label="Refund"
tools:layout="@layout/fragment_refund" />
<fragment
android:id="@+id/nav_sale_detail"
android:name="com.example.petstoremobile.fragments.listfragments.detailfragments.SaleDetailFragment"
android:label="Sale Details"
tools:layout="@layout/fragment_sale_detail" />
<fragment
android:id="@+id/nav_staff"
android:name="com.example.petstoremobile.fragments.listfragments.StaffFragment"
android:label="Staff"
tools:layout="@layout/fragment_staff" />
<fragment
android:id="@+id/nav_staff_detail"
android:name="com.example.petstoremobile.fragments.listfragments.detailfragments.StaffDetailFragment"
android:label="Staff Details"
tools:layout="@layout/fragment_staff_detail" />
<fragment
android:id="@+id/nav_analytics"
android:name="com.example.petstoremobile.fragments.listfragments.AnalyticsFragment"
android:label="Analytics"
tools:layout="@layout/fragment_analytics" />
</navigation>