Skip to content Skip to sidebar Skip to footer

Recycleview Layout Manager List Items Are Taking The Whole Screen

So i just made this simple fragment that contains a RecycleView. The recycle view has a custom made relative layout with two TextViews and a CheckBox. The problem is that a single

Solution 1:

It's because your root RelativeLayout's height is set to match_parent. Make it wrap_content or specific height.


Post a Comment for "Recycleview Layout Manager List Items Are Taking The Whole Screen"