通过向右滑动更改 ListViewItems 布局。安卓
我现在已经有了列表视图,它的触摸操作和滑动操作都可以工作。但现在我不确定如何实现滑动效果,就像在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很简单,在两个单独的线程中设置两个项目视图,然后启动它们。
Simple, set both the item views in 2 separate thread and then start both of them.