Is it possible to capture release of a button just as we capture click using onClickListener() and OnClick() ?
I want to increase size of a button when it is pressed and move it back to the original size when the click is released...can anyone help me how to do this?