Horizontal scrolling text in Android

greve picture greve · Oct 5, 2010 · Viewed 24.3k times · Source

I've been looking around for quite some time now, and I can't get a straight answer for my question.

It's quite simple: How can I get a nice scrolling text just like the long app names in the Market when you select an application?

Answer

greve picture greve · Oct 5, 2010

I've figured it out by myself.

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