fabiomsr / MoneyTextView

A simple Android TextView to display amounts of money in different formats.
509 stars 71 forks source link

Text bounds are not calculated properly when the separator is a comma & setAlpha is called #2

Open Shusshu opened 7 years ago

Shusshu commented 7 years ago

If you use the English or French locale the decimal or the group separator is a comma The view is cutting the decimal as the height is shorter than expected. This only happens when we change the alpha on the view

Can't find a proper fix for that weird problem while changing the alpha

fabiomsr commented 7 years ago

Fixed in 4bfc9aa

New version 1.0.2

Shusshu commented 7 years ago

I didn't test it but the comma can also be in the mIntegerSection and could have a bigger font size....