标签: android path drawable
我想在webview中显示一些文字和图片。我正在使用模板html字符串。
在此模板中,我想将{image}替换为可绘制文件夹中图像的路径
我试过
str = str.replace("{image}","res/drawable-hdpi/about.png" )
但图像不会出现。 这是给路径的正确方法吗? 或者什么是正确的解决方案
非常感谢你的时间和帮助