CymChad / BaseRecyclerViewAdapterHelper

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

横向加载更多布局问题 #3865

Open liupeng176 opened 1 month ago

liupeng176 commented 1 month ago

recyclerview设置为横向加载的时候,loadmore会占满一屏。这是不符合横向设计的。 加载更多 baseAdapter.loadMoreModule.loadMoreView 类 SimpleLoadMoreView这个只适合在竖向的时候用,这个时候宽是match_parent,高是wrap_content,居中,布局里面的加载中圆圈在loading文字的前面,这是没问题的。 但是横向时候就需要改为宽wrap_content,高match_parent,并且布局里面的加载中圆圈要在loading文字的上面,这才符合横向的情况,希望修改一下。

Xxj-star commented 1 month ago

遥遥领先

liupeng176 commented 1 month ago

不要忘记center居中