gpt4 book ai didi

java - 从 Android 项目的 Drawable 中获取图像?

转载 作者:行者123 更新时间:2023-11-29 21:34:44 25 4
gpt4 key购买 nike

我正在尝试在我的项目中使用此代码链接从我的 java 类中获取 Drawable 图像。

private Drawable imgCloseButton = getResources().getDrawable(R.drawable.arrow_up_float);

但它只显示系统图像列表而不是我的 Drawable 文件夹....

我也是用这段代码解决的...

 String uri = "@drawable/app_icon";

int imageResource = getResources().getIdentifier(uri, null,
"com.esysolutions.dilosys.v2.utility");

private Drawable imgCloseButton = getResources().getDrawable(imageResource);

但运气不好...需要帮助才能从我的项目可绘制对象中获取图像...

最佳答案

您是否导入了 android.R 而不是 your.package.R

如果是,则将其更改为 import your.package.R

关于java - 从 Android 项目的 Drawable 中获取图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18655668/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com