Android Question (SOLVED) Clicked Effect after user click in a image

Xandoca

Active Member
Licensed User
Longtime User
Hi,

My app has some images that has actions. it's working. but the user can't "see" if he pressed or not the image, only after the action takes place. Then user can continuous click on image and get bored.
I want to do something like when you click in a app icon when browsing applications and before open app android place a white border around the icon.

Thank you very much for your help.

Riani
 

mangojack

Expert
Licensed User
Longtime User
One option would be to place each ImageView on a slightly larger panel .. when user clicks on image change the panel background color, which would simulate a border.
 
Upvote 0
Top