floating image wrapped by text in android
Posted
by nourdine
on Stack Overflow
See other posts from Stack Overflow
or by nourdine
Published on 2010-04-17T09:40:28Z
Indexed on
2010/04/17
9:43 UTC
Read the original article
Hit count: 180
android
hello I think the title says it all. I need to accomplish this result in android but it looks like there is no easy fix to my problem. Just to clarify a bit more: if I had to do it in html css I would write something like
<img src="Image URL" style="float:left; margin-right: 5px;" />
got it? ;)
thanks guyz
© Stack Overflow or respective owner