Skip to content

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

Description

@liupeng176

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions