Guest User

Untitled

a guest
Dec 17th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. for ( int i=0; i<G.getChildCount(); i++ ) {
  2. ...
  3. makeText(getApplicationContext(), st1, Toast.LENGTH_SHORT).show();
  4. makeText(getApplicationContext(), st2, Toast.LENGTH_SHORT).show();
  5. makeText(getApplicationContext(), st3, Toast.LENGTH_LONG ).show();
  6. }
Add Comment
Please, Sign In to add comment