覆盖 OnFling 尚未显示的视图
有没有办法可以获取 onFling 尚未显示的视图的引用?我正在扩展 Gallery,并且在我的 onFling 方法中,我当然可以获得当前视图(已经显示的视图)。但我还没有找到一种方法来获取即将被抛弃的视图。我需要更改背景颜色等属性(它是 TextViews 库)。
Is there a way I can get a reference to the Views that onFling has not yet revealed? I'm extending Gallery, and in my onFling method, of course I can get the current View (the one that is showing already). But I haven't found a way to get the views that are about to be flung by. I need to change properties like backgroundColor (it's a Gallery of TextViews).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一种巧妙的方法可以处理图库中的每个 onFocus 事件。当每个项目成为焦点时,它将被解雇。
There's a nifty method for handling each onFocus event in a gallery fling. As each item comes into focus, this will get fired.