robinhood / ticker

An Android text view with scrolling text change animation
https://medium.com/robinhood-engineering/hello-ticker-20eaf6e51689
Apache License 2.0
4.38k stars 462 forks source link

Update documentation for setTextSize #94

Closed hegazy closed 6 years ago

hegazy commented 6 years ago

I was wondering about the unit on which setTextSize uses to set the text and I expect it to be on the method documentation as it sometimes gets confusing. I would also suggest making another overloaded method like TextView's which have the unit as the first parameter text.setTextSize(TypedValue.COMPLEX_UNIT_SP, 14) I could do the change if it looks interesting :)