Hey all. I'm trying to use an imageview as a button, and I want to be able to change the image whenever the button's pressed. I have an OnClickListener set, but what do I have to do about when the user's finger is no longer down, over the button? How do I revert to the original image?
|
|
|
|
|
|
|
User this instead:
the event parameter will let you know if its ACTION_DOWN or ACTION_UP |
||
|
|
|
|
Hello, The correct way of doing this is to extend Button class or if you only want to change the button image you can set a style by xml.
|
||
|
|
