faranjit / currency_edittext

Simple currency formatter for Android EditText
Apache License 2.0
66 stars 21 forks source link

symbol #9

Closed MikeVoy closed 5 years ago

MikeVoy commented 5 years ago

Can't you update the currency symbol?

faranjit commented 5 years ago

Hi, if you change locale the symbol will update itself. Example: final CurrencyEditText currencyEditText = (CurrencyEditText) findViewById(R.id.edt_currency); currencyEditText.setLocale(new Locale("en", "US"));