从overlayitem中检索drawable

发布于 2024-11-01 15:48:31 字数 216 浏览 1 评论 0原文

有什么聪明的方法可以从 OverlayItem 中检索 Drawable 吗?

我想在设置新的 Drawable 之前存储 OverlayItemDrawable ,以便之后能够恢复,但我不能找到任何实际检索当前 Drawable 的方法。

Is there any clever way of retrieving the Drawable from an OverlayItem?

I want to store the Drawable of an OverlayItem before setting a new Drawable on it, to be able to revert afterwards, but I can't find any way of actually retrieving the current Drawable.

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

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

发布评论

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

评论(1

清音悠歌 2024-11-08 15:48:31

您是首先定义 Drawable 的人。在设置或更改它时记下它是什么。最有可能的是,您需要为此创建自己的 OverlayItem 子类。

You are the one defining the Drawable in the first place. Make note of what it is at the time you set it up or change it. Most likely, you will need to create your own subclass of OverlayItem for this.

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