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: enter image description here

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:

enter image description here

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

  • Really above problem occurs at run-time and my application cannot detect loaded/generated image is incomplete, else it could try for reloading/regenerating.
  • My application is a Flashcard Application enter image description here
  • a card may contain more than one image