//只需在你addHeaderView时使用该方法即可。
/**
* Parameters:
* v The view to add.
* data Data to associate with this view
* isSelectable whether the item is selectable
/
yourListView.addHeaderView(header_view ,null,false);
转载于:https://my.oschina.net/u/1028833/blog/271020
本文介绍如何在ListView中添加头部视图,通过设置参数实现视图的添加,并控制其是否可选。示例代码展示了具体的实现方法。
1871

被折叠的 条评论
为什么被折叠?



