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

Shadow on numbers #38

Closed sydneyitguy closed 7 years ago

sydneyitguy commented 7 years ago

It seems there's no way to add shadow on numbers because TickerView extends View instead of TextView.

I tried with TickerTextAppearance, but it didn't work. What would be the best way to implement the text shadow?

jinatonic commented 7 years ago

yeah unfortunately not all TextView attributes are supported at the moment. I can't guarantee that I'll get around to implementing this, but if you want to work on it feel free to submit a PR.