Android Question Button on ImageView.. Any solution?

Beja

Expert
Licensed User
Longtime User
Hi everyone.

After exhosting other trials to put a button on a picture, I had to draw a panel over the ImageView that contained my picture, and made the alpha = 0 so it can be transparent. then used the click event of the panel, instead of using a button. I made the button (image) part of the picture and not real button and placed the panel over that region.

does someone have a better solution?
Thanks in advance..
 
Top