ticker
ticker copied to clipboard
An Android text view with scrolling text change animation
Hello! Could you please support "android:minWidth" or expose the methods where width is calculated to override them?
# warning # document (Android 12) https://developer.android.com/about/versions/12/behavior-changes-12#exported
The README file is old, so I updated it. https://github.com/robinhood/ticker/blob/901628e7a37bdb008be9a724031cc1108a711e8d/ticker/src/main/res/values/attrs.xml#L10:L14
How to add shadow effect to text?
If text is longer than 1 line, it is not displayed with several lines
Can add this feature?
The animation doesn't look well when I center the carachers horizontally and use a font that has characters with a variable width (not monospace). Clipping occurs when animating from a...
I apply custom font with `TickerView.setTypeFace()`, however my font includes some padding. So the layout becomes strange without `includeFontPadding` options.
`TextView`s are often baseline-aligned to other views. `TickerView` should also support `layout_alignBaseline` and other similar layout attributes.
Thanks for this amazing library. This is potentially a feature request for adding two new scrolling direction modes: `AUTO_ASC` and `AUTO_DESC` They are all based on if the newer text...