Closed sydneyitguy closed 7 years ago
It seems there's no way to add shadow on numbers because TickerView extends View instead of TextView.
TickerView
View
TextView
I tried with TickerTextAppearance, but it didn't work. What would be the best way to implement the text shadow?
TickerTextAppearance
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.
It seems there's no way to add shadow on numbers because
TickerView
extendsView
instead ofTextView
.I tried with
TickerTextAppearance
, but it didn't work. What would be the best way to implement the text shadow?