Advertisement
Gustavo_Inzunza

RESET

Mar 29th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. public void RESET(View view)
  2. {
  3.     TextView texto1 = (TextView) findViewById(view.getId());
  4.     texto1.setText("");
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement