Recycler view showing single item

后端 未结 6 804
栀梦
栀梦 2020-11-28 07:34

I am facing a strange error where recyclerview is showing only a single item. Below is code for my recyclerview adapter :

public class ChatAdapter extends Re         


        
6条回答
  •  孤街浪徒
    2020-11-28 08:24

    Try changing the layout used in your item view to FrameLayout. Here is an example.

    
    
    
        
    
    

提交回复
热议问题