medyo / Fancybuttons

Icons, Borders, Radius ... for Android buttons
1.77k stars 397 forks source link

Text size bug fix. #20

Closed YongzhiWang closed 8 years ago

YongzhiWang commented 9 years ago

The old code get the size from XML and directly set into the TextView. However, the size get from XML is in pixel, but the TextView's SetTextSize API requires sp... This make the text size multiplied by the scale factor again.

medyo commented 9 years ago

Hello @YongzhiWang, Make sure you did the same for the font icon size.