bingoogolapple / BGABanner-Android

引导界面滑动导航 + 大于等于1页时无限轮播 + 各种切换动画轮播效果
4.17k stars 780 forks source link

小米手机上拉得两次才能触发加载事件,模拟器就正常 #257

Open liuguofeng-java opened 1 year ago

liuguofeng-java commented 1 year ago

 <cn.bingoogolapple.refreshlayout.BGARefreshLayout
        android:id="@+id/rl_modulename_refresh"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">

        <!--列表-->
        <ListView
            android:id="@+id/list_view"
            android:layout_width="match_parent"
            android:overScrollMode="never"
            android:layout_height="0dp"
            android:layout_weight="1"
            android:divider="@null"
            android:listSelector="@android:color/transparent" />
    </cn.bingoogolapple.refreshlayout.BGARefreshLayout>

```xml
![QQ图片20230501083455](https://user-images.githubusercontent.com/59218624/235383774-9a515258-499d-4617-8338-4357bf3b80a5.png)