williamyyu / SimpleRatingBar

A simple RatingBar that you can easier to customize image and animations
MIT License
1.36k stars 153 forks source link

RatingBarUtils.calculateRating泰文环境下崩溃。 #56

Closed OrientalJew closed 6 years ago

OrientalJew commented 6 years ago

进行该操作: Float.parseFloat(decimalFormat.format((eventX - partialView.getLeft()) / partialView.getWidth())) 报java.lang.NumberFormatException

DecimalFormatSymbols symbols = new DecimalFormatSymbols(); 建议改为: DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.ENGLISH);

不同地区可能有不同的数字格式,比如泰文环境下,๐.๑๔表示0.14

williamyyu commented 6 years ago

@OrientalJew Thank you, I'll fix this bug in next release.

ayham95 commented 6 years ago

Can you please apply this commit to a new version? I really need it. version 1.4.1 still crashes.

williamyyu commented 6 years ago

Hello @ayham95 Sorry that I've been busy these days, I have already release the new version. thank you!