Files
Foodify/app/src/main/res/layout/fragment_complete_order.xml
T

15 lines
615 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Fragment.Order.CompleteOrderFragment">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view_process_order"
tools:listitem="@layout/item_order"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
</androidx.core.widget.NestedScrollView>