Android list view inside a scroll view

后端 未结 30 2129
一向
一向 2020-11-21 13:43

I have an android layout which has a scrollView with a number of elements with in it. At the bottom of the scrollView I have a listView

30条回答
  •  闹比i
    闹比i (楼主)
    2020-11-21 13:50

    Just set the value of required height in a listview height attribute inside a parent scrollview. It will scroll along with other parents child item.

提交回复
热议问题