I think you can achieve this efect using a Spanned, which you pass to a TextView:
http://code.google.com/android/reference/android/text/Spanned.html I was able to display html with image tags, by using http://code.google.com/android/reference/android/text/Html.html and implementing http://code.google.com/android/reference/android/text/Html.ImageGetter.html I'm not sure the easiest way to create the Spanned from scratch, since the Html class was handling that for me. Best of luck On Dec 12, 4:26 pm, bostone <[email protected]> wrote: > Did you get this working? I'm trying to do same effect > > Bob > > On Nov 5, 8:55 pm, Beginner <[email protected]> wrote: > > > Hi, > > > I asked this in the begginer's group, without much success. So I'm > > going to try it here as well... > > > I'm trying to get a pretty standard effect. An image (in an ImageView) > > on the the top-left corner of the screen, withtext(in a TextView) > > that wraps around it. (So part of it is on the right of the image, and > > the rest is on the bottom. > > > Could someone tell me how to achieve this? Is there a wrapper View I > > could use? > > > Thanks, > > -A --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

