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
content_main.xml as follows
android:layout_width="match_parent" android:layout_height="match_parent"
IN row_list.xml file make following changes
android:layout_width="match_parent" android:layout_height="wrap_content"
I make above changes it runs.