This commit is contained in:
2026-02-06 17:31:52 +08:00
parent a4f3f9527c
commit 873ae95c0b
6 changed files with 58 additions and 45 deletions
@@ -262,11 +262,12 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rvDishPartList"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_marginBottom="20dp"
android:overScrollMode="never"
tools:itemCount="3"
tools:listitem="@layout/list_item_dish_cook" />
tools:listitem="@layout/list_item_dish_cook"
android:scrollbars="vertical"/>
</LinearLayout>
@@ -253,11 +253,12 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rvDishPartList"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_marginBottom="20dp"
android:overScrollMode="never"
tools:itemCount="3"
tools:listitem="@layout/list_item_dish_cook" />
tools:listitem="@layout/list_item_dish_cook"
android:scrollbars="vertical" />
</LinearLayout>