Closed tasomaniac closed 8 years ago
Instead it should clip the height and shouldn't scroll vertically when the list is small.
This was because of the RecyclerView. Before version 23.2.0 RecylerView didn't care about the item dimensions and it was always matching the parent. Now we are using 23.2.1, which resolves this.
RecyclerView
23.2.0
23.2.1
Instead it should clip the height and shouldn't scroll vertically when the list is small.