通常情形下我们想实现文字的走马灯后果须要在xml文件中这样设置
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:text="@string/lyric" /> <TextView