联调优化
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user