Best way to denote possibility of refreshing an image which is embedded in text in Android
In an Android application, I have to display images during texts. For example:
So image must be a part of text without border, shadow, ... or with button
effect. Problem is that sometimes image does not load properly, for example:
Now I have to denote that image is refresh-able by clicking it. How I can denote this with keeping image as part of text?
Edit