You can set ellipsize=marquee and marqueeRepeatLimit attribute:
For example: I have set for the TextView:
android:ellipsize="marquee"
android:marqueeRepeatLimit ="marquee_forever"
You can refer this SO Question for the best information: Is there a way to make ellipsize="marquee" always scroll?