Doing a little more digging I still haven't found any built in way so I think I will just do it via extending View, overriding OnDraw, and using Canvas.drawText() for this.
On Feb 23, 10:56 am, darrinps <[email protected]> wrote: > I have a requirement to allow multiple text areas to be placed over > top of an image on Android at specified locations. > > Envision a image of a face for example. Say the user clicks nose over > to the side in a selection area of some sort. I want a text area > saying "Nose" to appear above the nose when they do that. Then say > they select eyes. Same thing happens with another text box while the > first one remains active over the nose as well. > > I've dug around and don't see how this can be done. I know that you > have hover a text box over an image, but to do that at a specified > location on the image I am not so sure about. > > How can this be done? -- 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

