Smooth scrolling effect from right to left

130 views Asked by At

I use this code snippet to make the text scroll from right to left. But I want it to have smoother motion, it can move like this??

[enter image description here]()

I have tried continuously checking the scroll position coordinates to make two TextViews run alternately with each other, but it consumes a lot of resources and the two TextViews overlap during scrolling.

0

There are 0 answers