Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <string name="Copied_activity3">   Copied to the selling price</string>
  2.  
  3. Toast.makeText(Main3Activity.this,(R.string.Copied_activity3)+ (s), Toast.LENGTH_SHORT).show();
  4.  
  5. Toast.makeText(Main3Activity.this, getResources().getString(R.string.Copied_activity3) + " " + s, Toast.LENGTH_SHORT).show();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement