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
Try changing the layout used in your item view to FrameLayout. Here is an example.
FrameLayout