<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
