0
I have two buttons Save and Record on my Toolbar. I’m not getting the click. If I put the button click in the normal view I can catch the click
private class btGravar implements View.OnClickListener {
public void onClick(View view) {
switch (view.getId()) {
case R.id.btnSalvar:
String nomeDesc = nome.getText().toString();
String foneDesc = fone.getText().toString();
String emailDesc = email.getText().toString();
String ruaDesc = rua.getText().toString();
I wonder if anyone can help me ?
Set "[.. ] I’m unable to click." What happens? Nothing? Please be clearer.
– Genos
Eai @Genos. True dude. I’m sorry. I forgot even. The two buttons I want one save and the other cancel and return to previous screen. I put it in the code. Thanks
– Artur Mafezzoli Júnior