listView and ScrollView

前端 未结 2 321
刺人心
刺人心 2021-01-07 11:37

I have a linearlayout with 3 imageView and a listview in vertical orientation.i want to scroll the full screen including the images when the user scrolls the list.is that po

相关标签:
2条回答
  • 2021-01-07 12:19

    You should search api , the scrollView can not be inner more than one child , must has one direct child

    0 讨论(0)
  • 2021-01-07 12:32

    You definitely don't want to put the ListView inside of the ScrollView, but it's certainly possible to include the images. I would recommend considering putting the layout with the images in a header to the ListView. See addHeaderView. This related SO post may also be of use to you.

    0 讨论(0)
提交回复
热议问题