CymChad / BaseRecyclerViewAdapterHelper

BRVAH:Powerful and flexible RecyclerAdapter
http://www.recyclerview.org/
MIT License
24.21k stars 5.14k forks source link

addFooterView 如何能添加在recyclerView高度的最下面 #3727

Closed hy-liuyuzhe closed 1 year ago

hy-liuyuzhe commented 1 year ago

比如 我列表目前只有2条数据,列表高度是整个屏幕的高,我想添加脚步局addFooterView 如何能添加在recyclerView高度的最下面。而不是放在列表2条数据的后面。

561672364663_ pic

目前addFooterView会跟随item后面添加。而不是放到屏幕底部边缘的上面。

com.chad.library.adapter:3.0.7 版本;

求助,怎么实现

hy-liuyuzhe commented 1 year ago

类似 stickyFooterView

hy-liuyuzhe commented 1 year ago

1

hy-liuyuzhe commented 1 year ago

有人吗

AlbertZyc commented 1 year ago

塞空白数据

limuyang2 commented 1 year ago

这个需要你自己计算item的高度了。不属于本库的功能了