SmartRefreshLayout ConstraintLayout下0dp高度问题

rkue9o1l  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(36)

我这边发现,如果SmartRefreshLayout在ConstraintLayout下面,通过top_bottom bottom_bottom 加 height ="0dp"来布局的话,会导致SmartRefreshLayout里的recyclerView一直在测量高度,导致onBindViewHolder方法一直回调。

而使用match_parent或者wrap_content的时候,会导致经典刷新的footer,覆盖在recyclerView上面

相关问题