How to change ListView height dynamically in Android?

前端 未结 7 879
小鲜肉
小鲜肉 2020-12-03 02:19

I need to change the height of a ListView dynamically in my app.

Is there any way to do that?

7条回答
  •  离开以前
    2020-12-03 02:49

    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.

提交回复
热议问题