fabiomsr / MoneyTextView

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

there is a problem when i set a large number #13

Open manmanshiqu opened 6 years ago

manmanshiqu commented 6 years ago

there is a problem when i set a large number,i saw amount is float, when i set number is 123123123123123.123,TextView will show it as a scientific counting method

githubityu commented 5 years ago

me too

mbaraka commented 5 years ago

change from float to double

there is a problem when i set a large number,i saw amount is float, when i set number is 123123123123123.123,TextView will show it as a scientific counting method