I need to change the height of a ListView dynamically in my app.
Is there any way to do that?
Personaly I spent so much time trying to find a solution, turns out all I had to do is to set my listview's height to wrap_content.