Skip to content

Commit

Permalink
Passando a utilizar o valor monetário com R$ no exemplo
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiplus-tech committed Sep 1, 2017
1 parent 37bf2d0 commit 1e809ed
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -44,7 +44,10 @@ public CanarinhoValorMonetarioWatcherFragment bind(Watchers model) {
watcherEdit.removeTextChangedListener(currentWatcher);
}

currentWatcher = new ValorMonetarioWatcher();
currentWatcher = new ValorMonetarioWatcher.Builder()
.comSimboloReal()
.comMantemZerosAoLimpar()
.build();
watcherEdit.addTextChangedListener(currentWatcher);

if (currentWatcher instanceof BaseCanarinhoTextWatcher) {
Expand Down

0 comments on commit 1e809ed

Please sign in to comment.