Android——带页面指示器的图库
有人曾经在画廊的顶部放置过页面指示器吗?编写自己的画廊并覆盖 onScroll() 并不会减少它,因为它仅在用户滚动时更新(当发生滑动惯性和捕捉时它停止被调用)。
如果有一种简单的方法来拦截所有画廊运动,那就太好了,但我还没有找到一种方法来做到这一点。
提前致谢!
Has anyone ever put a page indicator at the top of a gallery? Writing your own gallery and overriding onScroll() doesn't cut it because it only updates while the user scrolls (it stops being called while fling inertia and snapping occurs).
It would be nice if there was an easy way of intercepting all gallery motion, but I haven't seen a way to do this.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
事实证明,这就像添加 OnItemSelectedListener() 一样简单。
As it turns out, it's as easy as adding an OnItemSelectedListener().
我认为 Jon O 在 Eric Taix 上的补丁非常出色的工作区视图,可以在这里找到,在滚动带有页面指示器的自定义图库方面做得非常出色。
I think Jon O's patch on Eric Taix excellent Workspace View, as can be found here, does an excellent job of rolling a custom gallery with a page indicator.