4
I would like, when the user presses the screen, to open a horizontal menu with 4 options where the option to which he drops his finger on top will be selected.
The pressing event I already know. would be this:
btn_operacao.setOnLongClickListener(new View.OnLongClickListener() {
@Override
public boolean onLongClick(View v) {
//algoritmo . . .
return true;
}
});
What would be the event to catch the moment when the user removes his finger from the screen?
Thanks, it worked! Close there at the end of the comic with a ); Hug!
– CristianCotrena
True. Fixed. :)
– Pablo Almeida