Is it possible to capture release of a button just as we capture click using onClickListener() and OnClick() ?
onClickListener()
OnClick()
I want to increase size of a
You might be able to do this by overriding the onKeyDown and onKeyUp. These are both inherited from android.widget.TextView. Please see the android.widget.Button doc for (a bit) more info.
onKeyDown
onKeyUp
android.widget.TextView