Android ListView with fixed header and footer

前端 未结 7 934
半阙折子戏
半阙折子戏 2020-12-30 07:14

How can I create a ListView with fixed header and footer?

I don\'t want the header/footer to scroll with the items in the ListView.

7条回答
  •  天命终不由人
    2020-12-30 07:36

    Make the header and footer separate Views which you locate over the top and bottom of the ListView. Then set the opacity for those Views.

提交回复
热议问题