cundong / HeaderAndFooterRecyclerView

A RecyclerView solution, support addHeaderView、addFooterView
Apache License 2.0
1.37k stars 321 forks source link

添加多个HeaderView 会出现问题?headerView 会重复出现在 footView 上 #30

Open isyouxi opened 8 years ago

isyouxi commented 8 years ago

我在项目中添加了两个heardview ,没有添加 footview 的时候 会出现 问题 是,添加的第二个 Header 同时会出现在 footView 上 . 我的解决办法是 将 TYPE_FOOTER_VIEW = Integer.MIN_VALUE + 1;更改为 Integer.MIN_VALUE / 2;