'Is there any simple way to control marquee speed in Android?

"Used marquee attributes"

 android:ellipsize="marquee"
 android:marqueeRepeatLimit="marquee_forever"
 android:scrollHorizontally="true"
 android:singleLine = true



Solution 1:[1]

Unfortunately no... If you really need something different you will have to make your own TextView translation animation (if that is the case I suggest you to read the Animation documentation) https://developer.android.com/training/animation

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Guilherme Magro