Android RecyclerView in ConstraintLayout doesn’t scroll
For a RecyclerView to scroll, one of two things must be true: The RecyclerView has a smaller height than all of its items The RecyclerView is inside a scrolling parent ConstraintLayout is not a scrolling parent, so we have to make sure that the RecyclerView is “too small”, which will cause it to let the … Read more