我正在设置ImageUrl
的{{1}},但不知道网址是否存在。我想在成功下载图片之前加入StyledStringElement
:
placeholder image
我现在知道了:
答案 0 :(得分:2)
有帮助:http://yusinto.blogspot.ca/2012/05/background-image-downloading-with.html
我将StyledStringElement
复制到新StyledStringElementLoader
并编辑了此代码:
if (extraInfo.Uri != null)
{ img = ImageLoader.DefaultRequestImage (extraInfo.Uri, this);
if(img==null)
img=myLoaderImagePassedToConstructor;
}