It's fine with 23.1.1 but it looks like the following with 23.2.0 and up:
(I set the background of my grid item has blue)
I want to call recyclerView.setHasFixedSize(true) to optimise performance.
The height is fine when I use recyclerView.setHasFixedSize(false) though
It's fine with 23.1.1 but it looks like the following with 23.2.0 and up: (I set the background of my grid item has blue) I want to call
recyclerView.setHasFixedSize(true)
to optimise performance.The height is fine when I use
recyclerView.setHasFixedSize(false)
though