<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <com.handmark.pulltorefresh.library.PullToRefreshListView android:id="@+id/pull_refresh_list" android:layout_width="match_parent" android:layout_height="match_parent" android:cacheColorHint="#00000000" /> </android.support.constraint.ConstraintLayout>
PullToRefreshListView的布局文件
最新推荐文章于 2019-06-17 02:58:34 发布
本文介绍了一个使用 Android 的 PullToRefreshListView 控件的例子。通过 XML 布局文件展示了如何集成下拉刷新功能的 ListView,该组件允许用户通过简单的手势操作来刷新列表视图的内容。
244

被折叠的 条评论
为什么被折叠?



