listView and ScrollView

前端 未结 2 320
刺人心
刺人心 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: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.

提交回复
热议问题