I have an overlay View that I attach directly to the WindowManager as described here: How is Facebook Chat Heads implemented?.
I would like this overlay View to be partially transparent and allow touchEvent to go through (so that users can interact with the Android UI below).
Is this somehow possible ? I'm guessing there might be some security considerations here but haven't been able to confirm this anywhere.