Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. double cost = 11.36;
  2.  
  3. editText_1.setText(String.valueOf(Something.something())); //here everything is ok
  4. editText_2.setText(String.valueOf(cost)); //here is problem
  5. //the two of editText are the same
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement