0
I put an image in a activity which I left transparent, but I need the movement when touching the cell phone screen to happen because it seems that the activity stops the action of touch.
0
I put an image in a activity which I left transparent, but I need the movement when touching the cell phone screen to happen because it seems that the activity stops the action of touch.
Browser other questions tagged android
You are not signed in. Login or sign up in order to post.
How are you making your Activity transparent? It’s programmatically or through
/style.xml?– itscorey
It’s by the Androidmanifest.xml file .
– Diego Kappaun
already tried using Windowmanager?
– itscorey