Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Button button = (Button) findViewById(R.id.button);
- button.setOnClickListener(new View.OnClickListener() {
- @Override
- public void onClick(View view) {
- Snackbar.make(view, "esta es kaka", Snackbar.LENGTH_LONG)
- .setAction("Action", null).show();
Advertisement
Add Comment
Please, Sign In to add comment