ViewPager inside ListView

前端 未结 2 982
半阙折子戏
半阙折子戏 2020-12-06 02:54

Is there a way to add a viewpager as a listview item?

I want to add it as a \"header\" on top of my listview before all real list items follow. I tried using addHea

相关标签:
2条回答
  • 2020-12-06 03:21

    Do not use wrap_content, try to calculate and set ViewPager size programmatically and then add ViewPager as a header of ListView.

    0 讨论(0)
  • 2020-12-06 03:33

    Quoting Dianne Hackborn, ViewPager is "just not intended to be used as an item in a list"

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