列表视图滚动
我正在填充一个 listView,然后我想做一些奇特的事情。 我尝试向列表添加一个 OverScroll 标题,我期望的效果是,如果我过度滚动列表,则可绘制对象将显示在列表顶部,因此过度滚动标题看起来像列表的隐藏标题。
我在布局 xml 文件中设置了 overScrollHeader 和 overScrollMode,但是没有任何改变。我在 Nexus S 上做到了这一点。
那么我对 overScrollHeader 有何期望以及如何使其发挥作用?
如果有人能帮助我,我将非常感激。
I am filling a listView, then I wanted to do something fancy.
I tried to add an OverScroll Header to the list, the effect I expected is that if I overscroll the list, a drawable will show up on top of the list, so the overscroll header looks like a hidden header for the list.
I set the overScrollHeader and overScrollMode in the layout xml file, however nothing changed. I did it on Nexus S.
So what can I expect from the overScrollHeader and how to make it work?
i will really appreciate it if someone can help me out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以检查 https://jasonfry.co.uk/blog/android-overscroll-重新审视/。但它不适用于 Android 版本 < 2.3.
You can check https://jasonfry.co.uk/blog/android-overscroll-revisited/. However it doesn't work for android versions < 2.3.