自定义时,标题始终显示在 android-pulltorefresh 中

发布于 2024-12-27 20:52:56 字数 342 浏览 3 评论 0原文

我试图自定义 Johan Nilson 开发的 android-pulltorefresh 库。我想使用我自己的适配器而不是字符串数组。我几乎能够完成所有事情,但下拉刷新标题始终可见。 (见图)我希望它仅在我像演示应用程序那样拉动列表视图时才可见。我将我的代码与演示进行了比较,但我找不到它们之间影响布局的任何差异。

在此处输入图像描述

提前致谢!

I was trying to customize android-pulltorefresh library developed by Johan Nilson. I wanna use my own adapter rather than a String array. I was able to complete almost every thing but the pull to refresh header is always visible. (see the image) I want it to visible only when I pull the listview like it does with the demo app. I compared my code with the demo but I couldn't find any difference between them which effect layout.

enter image description here

Thanks in advance !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疯狂的代价 2025-01-03 20:52:56

在 PullToRefreshListView 的 onRefreshComplete() 中,完成操作后尝试以下代码:

setSelection(1);

in onRefreshComplete() in PullToRefreshListView,tried the code below when you complete your actions:

setSelection(1);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文