联调优化

This commit is contained in:
马增飞
2025-11-12 20:13:00 +08:00
parent e331dbd3f8
commit caaea3a480
2 changed files with 13 additions and 12 deletions
@@ -164,14 +164,15 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rvFoodCollection"
android:layout_width="620dp"
android:layout_height="wrap_content"
android:layout_height="0dp"
android:layout_marginStart="20dp"
android:overScrollMode="never"
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
app:layout_constraintStart_toEndOf="@id/flPreview"
app:layout_constraintTop_toTopOf="@id/flPreview"
app:spanCount="3"
tools:itemCount="6"
tools:itemCount="18"
app:layout_constraintBottom_toBottomOf="parent"
tools:listitem="@layout/list_item_food_collection" />