I know it is possible using WebView
and an html page but is it possible to have this GUI using xml layouts with only one TextView
and one ImageView
? Please note that text automatically wraps itself around image depending on image size.
PS: I know I can use two TextView
s and split my text contents using some algorithm and set one part of my text content in upper TextView
and another part in lower TextView
.