-
Notifications
You must be signed in to change notification settings - Fork 998
Open
Description
mRefreshLayout.setDelegate(BgaRefreshActivity.this);
BGARefreshViewHolder refreshViewHolder = new BGANormalRefreshViewHolder(this, true);
mRefreshLayout.setRefreshViewHolder(refreshViewHolder);
refreshViewHolder.setLoadingMoreText("加载中....");
<cn.bingoogolapple.refreshlayout.BGARefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/base_bga_refreshLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/base_bga_recyclerview"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
</cn.bingoogolapple.refreshlayout.BGARefreshLayout>
Metadata
Metadata
Assignees
Labels
No labels