Horizontal scrolling text in Android

I’ve figured it out by myself.

android:ellipsize="marquee"
android:scrollHorizontally="true"
android:focusable="true"
android:focusableInTouchMode="true"

Leave a Comment