通过向右滑动更改 ListViewItems 布局。安卓

发布于 2024-10-18 02:23:43 字数 210 浏览 0 评论 0原文

我现在已经有了列表视图,它的触摸操作和滑动操作都可以工作。但现在我不确定如何实现滑动效果,就像在 Twitter 应用程序中一样。

我在互联网上发现可以使用 viewflipper 对 2 个视图进行动画处理,但是是否可以以相同的方式对两个布局进行动画处理?

有人知道我如何实现这样的功能吗?

我唯一想要的就是通过滑动切换 ListViewsItem 布局。

i've now got the listview and it's touch actions and swipe actions working. But now i'm not sure how i can implement a swipe effect, like it's in the twitter app.

I've found in the internet that it's possible to animate 2 views with a viewflipper, but is it possible to animate two layouts in the same way?

Anyone out there, who knows how i can implement such a function?

The only thing i want is to switch the ListViewsItem layout with a swipe.

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

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

发布评论

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

评论(1

以可爱出名 2024-10-25 02:23:43

很简单,在两个单独的线程中设置两个项目视图,然后启动它们。

Simple, set both the item views in 2 separate thread and then start both of them.

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