i have a linearlayout which have a textbox(multiline,nearly 5 lines) and image view. is it possible to draw a image on textview(overlapping)??

Note: i have to specific the coordinates of the image.image is not static. will be anywhere above text.

something like this enter image description here

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

To achieve something like overlapping text and images, I think you need to use the FrameLayout. Android has a great example and explanation of this here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.