Android:如何判断点击的图库项目是否是中心项目?

发布于 2024-09-05 02:37:38 字数 104 浏览 3 评论 0原文

我想全屏显示用户单击的图库项目,但前提是它是中心的项目。
如果单击的项目不在中心,我希望它只是居中。
知道如何区分当前位于中心的项目和所有其他项目吗?

谢谢,罗布

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

野の 2024-09-12 02:37:39

Gallery 对象上的 getSelectedItemPosition() 应该可以工作。

getSelectedItemPosition() on the Gallery object should work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文