finish android merge wiring
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user