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

Support android:background attribute #69

Closed NagyGyorgyKristof closed 6 years ago

NagyGyorgyKristof commented 7 years ago

HI! How can I achive the background material(green) like in your sample ticker View?

jinatonic commented 6 years ago

I don't think the view supports android:background yet, you can achieve it by setting the background for the container of the TickerView instead.

jinatonic commented 6 years ago

actually, I just tested this, and android:background is supported by default. This should be working for you.