2 ways to create a Text Marquee!
-
Show 2 text marquees, the first using the TextView properties:
android:ellipsize="marquee" android:singleLine="true" android:marqueeRepeatLimit="marquee_forever"
The second using the class:
ScrollViewText extends AppCompatTextView {