android:singleLine="true"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
上面是必须的
android:scrollHorizontally="true"
android:marqueeRepeatLimit="marquee_forever"原文:http://www.cnblogs.com/samoyed/p/3672371.html