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.
The
TextViewinsideTickerViewwill directly jump to the right when it's the only 1TextViewthere if the text is not long enough.Please see this video for a better explanation of what I mean.
https://youtu.be/47cZEa98LJY
The
TickerViewis at the bottom.The problem can be easily fixed by adding 1 more empty
TextViewinside theTickerView, but it's not an ideal solution since we are adding 1 more uselessTextViewthere. I already tried withViewbut not working, mustTextView.