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

Add support for `android:gravity` #8

Closed jinatonic closed 8 years ago

jinatonic commented 8 years ago

Add gravity support in TickerView which defaults to Gravity.START. Add corresponding test to check for gravity realignment. Modified the sample project to use Gravity.CENTER.

fixes #4