有没有办法在android中强制过度滚动发光效果?
我正在开发一个应用程序,其中有滚动视图。
在模拟器中,显示了过度滚动效果,在 HTC Legend 中显示了它,但在我的三星 Galaxy S2 中却没有......(我有姜饼,启用了过度滚动发光)。 我喜欢这个效果,我想将它应用到我的应用程序中(当然,如果用户有 2.3+)。 有什么办法可以做到这一点吗? 谢谢你!
I am developing an application, in which there are scrollviews.
In the emulator, the overscroll effect is shown, in an HTC Legend it is shown, but in my Samsung Galaxy S2 its not... (I DO have gingebread, with overscroll glow enabled).
I like this effect and I would like to apply it to my application (if the user have 2.3+ of course).
Is there any way to do this?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许在布局中使用属性 android:overScrollMode 。你在用它吗?
例子:
Maybe use attribute android:overScrollMode in your layouts. Are you using it?
Example: