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 l
I've figured it out by myself.
android:ellipsize="marquee" android:scrollHorizontally="true" android:focusable="true" android:focusableInTouchMode="true"