Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想问我可以在线性布局控件上实现下拉刷新选项吗,我也读过这个和其他示例,但它们都是针对“ListView”控件的。
@MH
看看 Chris Banes 的 pull-to-refresh 实现,它可用于多个视图,包括 ListView、GridView、ScrollView 和 WebView。您也许可以简单地使用 ScrollView 版本并将其包裹在您的 LinearLayout 周围。或者,使用该库中的构建块来实现您自己的应该相对容易。
这对我有用。