I wonder is there a way to know the non-transparent area of a drawable image? For example, I have this image:
What I want is to detect when people touch the transparent area it will do nothing and when people touch the non-transparent area (which is that start button) it will do something.
Thanks for you help.