Advertisement
onekoren

Untitled

Nov 27th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.31 KB | None | 0 0
  1. EditText amount = (EditText) v.findViewById(R.id.amount);
  2.         EditText amountOnHA = (EditText) v.findViewById(R.id.amountOnHA);
  3.         if (oNom.getAmount() != null) {
  4.             amount.setText(oNom.getAmount().toString());
  5.         }
  6.        
  7.         amount.addTextChangedListener(new OperationNomenclatureWatcher(amount, amountOnHA, oNom));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement