WebCachedImageView icon indicating copy to clipboard operation
WebCachedImageView copied to clipboard

Adds placeHolder attribute in the WebCachedImageView

Open lpmfilho opened this issue 13 years ago • 2 comments

It was added the "placeHolder" attribute in the WebCachedImageView to allow the user to set, by XML Layout, a default image while the requested image is downloaded.

lpmfilho avatar Apr 26 '13 01:04 lpmfilho

You're the man! This was on my todo list, exactly like this. Thanks!

But there is one thing: unfortunately this pull request removes the Animation code I wrote… If you have the time and want to fix it on another pull request, it'd be great! If you don't, don't worry. I already thought of a way to keep both the animation and the placeholder. I can do this on monday.

leocadiotine avatar Apr 26 '13 04:04 leocadiotine

I think when we have a placeholder we should have a policy about when setImageUrl is called with a null reference, maybe cancel the task and show the placeholder? Something like that

FardadJalili avatar Aug 12 '13 10:08 FardadJalili