<com.scwang.smartrefresh.layout.SmartRefreshLayout android:id="@+id/refresh_view" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <com.scwang.smartrefresh.layout.header.ClassicsHeader srlClassicsSpinnerStyle="FixedBehind" android:layout_width="match_parent" android:layout_height="wrap_content" /> <android.support.v7.widget.RecyclerView android:id="@+id/live_recycler_hot" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_below="@+id/live_ll_hot"> </android.support.v7.widget.RecyclerView> <com.scwang.smartrefresh.layout.footer.ClassicsFooter srlClassicsSpinnerStyle="FixedBehind" android:layout_width="match_parent" android:layout_height="wrap_content" /> </com.scwang.smartrefresh.layout.SmartRefreshLayout>
智能刷新,上下刷新的XML代码
最新推荐文章于 2021-06-21 22:28:39 发布