具有滑动可滚动视图的 PopupWindow
我正在尝试创建一个 Popupindow,其中可以通过滑动来更改视图。当每个视图大于弹出窗口时也应该是可滚动的。我还想在滑动时仅移动一个视图。我找不到任何简单的方法来做到这一点(图库在滑动时会移动多个视图)。
是否有我错过的任何小部件,或者我是否必须实现所有内容才能实现这一目标(例如使用 ViewFlipper 和手势检测)?
任何人都可以帮助找到最好的方法吗?
谢谢
I'm trying to create a Popupindow
in which the views can be changed by swiping. Each view should also be scrollable when larger than the popup window. I also want to move only one view when swiping. I can't find any simple way to do that (the Gallery move several views when swiping).
Is there any widget I missed or do I have to implement everything to achieve that (with ViewFlipper
and gesture detection for instance)?
Anybody can help with the best way to do that?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现并最终使用了非常棒的 HorizontalPager。
I've found and ended up using the fantastic HorizontalPager.