Skip to content

Instantly share code, notes, and snippets.

@SauloSilva
Created March 30, 2014 05:09
Show Gist options
  • Save SauloSilva/9867891 to your computer and use it in GitHub Desktop.
Save SauloSilva/9867891 to your computer and use it in GitHub Desktop.
fazendo o envento na mão.
// elements views
Button buttonSend = (Button) rootView.findViewById(R.id.button_send);
buttonSend.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
System.out.println("others buttons send");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment