如何访问/获取 ImageButton 中图像的资源 id (Android)

发布于 2024-10-20 16:09:15 字数 329 浏览 3 评论 0原文

我有一个 ImageButton,我想在 OnClick 事件中使用关联的 Image。

我发现了这个: Android ImageButton - 确定当前设置的资源

但我想知道在这两种情况下,是否有任何内置方法可以在 ImageButton 中查找图像的资源ID: 1. android:src在xml中设置并且从未改变。 2. 代码中的图像已更改。

谢谢你!

I have an ImageButton, and I want to use the Image associated with in the OnClick event.

I found this:
Android ImageButton - determine what resource is currently set

But I wonder is there any built in way to find the resourceid of the image in an ImageButton in this two cases:
1. The android:src was set in the xml and never changed.
2. The Image was changed in code.

Thank You!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

冷情妓 2024-10-27 16:09:15

这是不可能的。

我会听标记

只需使用 setTag() 和 getTag() 即可
关联并检索自定义数据
你的ImageView。

This isn't possible.

I'd listen to Mark:

just use setTag() and getTag() to
associate and retrieve custom data for
your ImageView.

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