How can i show the focus over an image when the image is clicked?
I just want to show focus when the user is clicking it (to let the the user know that he has clicked it). And image should appear normal when the user lifts his finger. Can anyone guide me? Please.
How can i show the focus over an image when the image is clicked?
Share
Set imageView onTuch event and in onTuch event setFocusable() true and false in up and Down Event.
imageView.setFocusable(true) or imageView.setFocusable(false);