- <?xml version="1.0" encoding="utf-8"?>
- <androidx.recyclerview.widget.RecyclerView android:id="@+id/food_recycle"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- xmlns:android="http://schemas.android.com/apk/res/android">
- </androidx.recyclerview.widget.RecyclerView>
|