I would like to float an image to the right of two text views. Something like: 
“My Title” represents one TextView with a specific font style and the lorem ipsum text represents another TextView. I would prefer the lorem ipsum text to flow around the image, without hard coding new lines.
Is this possible and if so, any ideas for how to do it? I would ideally like to handle the layout in an xml layout file if possible, but can use code if necessary.
Ended up using this class – https://github.com/ApmeM/android-flowlayout