nested button inside an image

kingpscreak

New Member
I try to put a regular button inside an image in android XML. How can it be done? I tried something like this:\[code\]<ImageView ....... <Button .... /></ImageView>\[/code\]where the dots represent code. Apparently this is not the way because the platform threw an exception.Can anyone help?
 
Top