Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从应用程序资源(/res目录)加载图像?
/res
PD:我知道我可以从资产中加载,但对于商品,为了避免重复图像,如果可能的话,我想从资源中加载一些。
在安卓 2.2 中工作
<img src = "file:///android_res/drawable/test.png" />
其中 tes.png 在 res/drawable-mdpi 文件夹中
或者使用这个。
"android.resource://[package]/[res id]"