Android:如何判断点击的图库项目是否是中心项目?
我想全屏显示用户单击的图库项目,但前提是它是中心的项目。
如果单击的项目不在中心,我希望它只是居中。
知道如何区分当前位于中心的项目和所有其他项目吗?
谢谢,罗布
I would like to display the gallery item the user clicked on in full screen, however, only if it is the item in the center.
If the clicked item is not in the center I would want it just to be centered.
Any idea how to distinguish the item which is currently in the center from all other items?
Thanks, Rob
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Gallery 对象上的 getSelectedItemPosition() 应该可以工作。
getSelectedItemPosition() on the Gallery object should work.