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

No font support #43

Closed AviadKlein10 closed 7 years ago

AviadKlein10 commented 7 years ago

Great animation too bad you can't change the font

danh32 commented 7 years ago

You can set the font/typeface programmatically:

tickerView.setTypeface(typeface)

jinatonic commented 7 years ago

Yep, as Dan said you can programmatically set the font if you want.