Created
March 30, 2014 05:09
-
-
Save SauloSilva/9867891 to your computer and use it in GitHub Desktop.
fazendo o envento na mão.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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