I want to load an image in a TextView with fromHtml
In the answer to this question a <img src="your_link"> should work in a TextView, but I only get a green square, see image below:

This is the HTML that's loaded:
<!DOCTYPE html> 
<html>
<body> 
<h1>Image</h1> 
<img src="http://hanassets.nd.gov/images/product/test.png"> 
</body>
</html>