How can I have a floating image (right aligned) with text that wraps around the image in Android Lay

Posted by groomsy on Stack Overflow See other posts from Stack Overflow or by groomsy
Published on 2010-06-07T17:30:03Z Indexed on 2010/06/07 17:32 UTC
Read the original article Hit count: 132

Filed under:
|
|
|

It's kind of hard to explain, but an example of what I'm wanting to accomplish is like this:

Here is some text | image |
that is printed   |       |
out in a view and ---------
it is wrapped around an
image that is floating and
right aligned.

I thought about generating the layout in html and using a web view, but I need to be able to perform an action when the user clicks on the image. Does anyone have any ideas?

Thanks in advance,

groomsy

© Stack Overflow or respective owner

Related posts about android

Related posts about image