Alright, I am sure this question is asked before and I searched the forum but I couldn't find exactly what I want. In a nutshell, I want to be able to rotate an imageview and still this rotated image is clickable (the new space it occupies)
I am creating a card game, and I want the player to be able to see his cards like how pople normally hold their cards in one hand (rainbow style). So currently, I have each card being an imageview and they are just best each other. How can I rotate each imageview by a certain angle? I don't want to use rotate animation as it does not change the x/y positions of the image after rotation which prevent from getting a touch on the corner of the card any help? Thank you