Advertisement
Guest User

Untitled

a guest
Sep 1st, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Toast toast;
  2. toast.makeText(getContext(), "text", Toast.LENGTH_SHORT);
  3. toast.show();
  4.  
  5. Toast toast;
  6. toast.makeText(getContext(), "text", Toast.LENGTH_SHORT).show();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement