finish android merge wiring
This commit is contained in:
@@ -80,21 +80,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="16dp"/>
|
||||
|
||||
<!-- Employee -->
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Assign Employee"
|
||||
android:textColor="@color/text_dark"
|
||||
android:textSize="12sp"
|
||||
android:layout_marginBottom="4dp"/>
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/spinnerAdoptionEmployee"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="16dp"/>
|
||||
|
||||
<!-- Pet -->
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
@@ -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