你可以这样写:
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recylerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/textView12"
tools:listitem="@layout/item_title"
tools:itemCount="4"/>
在这里
tools:listitem
用于预览项目和 tools:itemCount
用于预览项目的数量