Can you please tell me if there is a way to layout text around an image? Like this:
------ text text text
| | text text text
----- text text text
text text text text
text text text text
I have gotten a response from an android developer about this question. But I am not sure what he means by doing my own version of TextView? Thank for any tips.
On Mon, Feb 8, 2010 at 11:05 PM, Romain Guy wrote:
Hi,
This is not possible using only the supplied widgets and layouts. You could write your own version of TextView to do this, it shouldn't be hard.