Skip to content

Instantly share code, notes, and snippets.

@yaronv
Created May 28, 2015 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaronv/0532983dfd58a897635e to your computer and use it in GitHub Desktop.
Save yaronv/0532983dfd58a897635e to your computer and use it in GitHub Desktop.
FAB = (ImageButton) findViewById(R.id.imageButton);
FAB.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
selectImage();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment