像 TweetDeck 中一样滚动 ListView

发布于 2024-09-26 12:00:04 字数 111 浏览 4 评论 0原文

我想知道是否有人知道 TweetDeck 中的滚动是如何完成的。特别是他们是如何做到这一点的,以便最后一个项目可以滚动到列表视图的顶部。

我认为这有点棒,并且也想在我的应用程序中使用这种行为。

I was wondering if anyone knows how the scrolling in TweetDeck can be done. In particular how they did it so that the last item can be scrolled up to the top of the listview.

I think this is kinda awesome and would like to use such a behavior in my app too.

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

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

发布评论

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

评论(1

才能让你更想念 2024-10-03 12:00:04

它不是列表视图。它是继承视图类的TimelineView类。您可以反编译dex文件并检查它。

It is not a listview. It is TimelineView class which inhert view class. You can decompile dex file and check it.

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