Large gap forms between RecyclerView items when scrolling down

前端 未结 9 1961
别跟我提以往
别跟我提以往 2020-12-23 20:16

I\'m making a ToDo list app, and while testing it, for some reason, a huge gap forms between the items whenever I try to scroll down. It always happens whenever I Drag and D

9条回答
  •  天命终不由人
    2020-12-23 20:55

    change in Recycler view match_parent to wrap_content:

    
    

    Also change in item layout xml

    Make parent layout height match_parent to wrap_content

    
    
            
    

提交回复
热议问题