a RecyclerView :
RecyclerView , .RecyclerView
ConstraintLayout , , RecyclerView " ", .
- RecyclerView - :
android:layout_height="200dp"
, , , RecyclerView, .
RecyclerView. - 0dp, " ". , , RecyclerView , , .
. RecyclerView . :
android:layout_height="0dp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
RecyclerView . :
android:layout_height="0dp"
app:layout_constraintTop_toBottomOf="@+id/viewAboveMe"
app:layout_constraintBottom_toTopOf="@+id/viewBelowMe"
0dp ( RecyclerView ), RecyclerView .
RecyclerView wrap_content . , , ConstraintLayout 0dp app:layout_constraintBottom_xxx.