Vinayrraj / TickerView

This library provides a horizontal scrolling ticker view, like the one used in MoneyControl Tablet (https://play.google.com/store/apps/details?id=com.moneycontrol, which shows stock price in scrolling view at the bottom of screen) and Phone application.
https://vinayrraj.github.io/TickerView/
MIT License
11 stars 4 forks source link

The TextView inside TickerView will directly jump again to the right when it's the only 1 there. #4

Open hendrawd opened 2 years ago

hendrawd commented 2 years ago

The TextView inside TickerView will directly jump to the right when it's the only 1 TextView there if the text is not long enough.

Please see this video for a better explanation of what I mean.

https://youtu.be/47cZEa98LJY

The TickerView is at the bottom.

The problem can be easily fixed by adding 1 more empty TextView inside the TickerView, but it's not an ideal solution since we are adding 1 more useless TextView there. I already tried with View but not working, must TextView.