Added Customer CRUD
This commit is contained in:
@@ -151,6 +151,18 @@
|
||||
android:label="Staff Details"
|
||||
tools:layout="@layout/fragment_staff_detail" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/nav_customer"
|
||||
android:name="com.example.petstoremobile.fragments.listfragments.CustomerFragment"
|
||||
android:label="Customers"
|
||||
tools:layout="@layout/fragment_customer" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/nav_customer_detail"
|
||||
android:name="com.example.petstoremobile.fragments.listfragments.detailfragments.CustomerDetailFragment"
|
||||
android:label="Customer Details"
|
||||
tools:layout="@layout/fragment_customer_detail" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/nav_analytics"
|
||||
android:name="com.example.petstoremobile.fragments.listfragments.AnalyticsFragment"
|
||||
|
||||
Reference in New Issue
Block a user