Skip to content

2.0的srlEnablePureScrollMode不起作用 #1109

Open
@soha1018

Description

详细描述
对问题进行清晰而简明的描述,把握问题的关键点。

使用版本

implementation  'com.scwang.smart:refresh-layout-kernel:2.0.0-alpha-1'      //核心必须依赖
implementation  'com.scwang.smart:refresh-header-classics:2.0.0-alpha-1'    //经典刷新头

布局代码

    <com.scwang.smart.refresh.layout.SmartRefreshLayout
        android:id="@+id/srl_refresh"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:srlDragRate="0.75"
        app:srlEnableLoadMore="false"
        app:srlEnablePureScrollMode="true"/>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions