-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dollar icon #2
Comments
Hy Mustafa, now you can add one locale at build like .build(new Locale("en", "En")); or get locale default with just .build(); |
Actually the thing is that i do not want any currency icon. I just like your library it is simple to use but the project which i am using do not related with currencies. |
Hi - how do I assign a hex color on the bar, as the colors seems very limited. Thanks |
To get rid of the dollar icon, I would use a regExpression. |
I've done something like this.. (kotlin)
result = 1,850 |
Is it possible to get rid of dollar icon ?
The text was updated successfully, but these errors were encountered: