I am making a chat application.The problem is my list view is not scrolling.
First, there is a main chat UI containing list view and it is scrolling fine and the main chat UI image is
but there is a view which gets visible on certain event when that event occurs it gets visible and that view is a relative layout containing listview and the image is
the more events occur more rows added dynamically in that currently visible view and this list is also scrolling fine but the problem us when one of the rows containing black background is clicked, it expands and it also contains a listview and this list view is not scrolling.I don't know why.Is it happening due to multiple listviews?If not then how can I solve my problem.This is the image after expanding view containing list view that is not scrolling.