I have a huge thing that I cannot understand! Hoping on your help!
Example: 6 children are Equally filled in RecyclerView by height with GridLayoutManager. But I need LinearLayoutManager(Don't ask me why, it doesn't matter).
Example using GridLayoutManager - all 6 children are equally filled:
Example using LinearLayoutManager - 6 children filled and a huge white spot is left at the bottom:
So, how to fill RecyclerView so it would fill the screen with 6 children with LinearLayoutManager as it is filling with GridLayoutManager? I'm asking how to make it in XML!!! Thank you!