必須有要四個屬性: android:ellipsize="marquee"; android:focusable="true";android"focusableInTouchMode="true";android:singleLine="true";
<TextViewandroid:layout_width="fill_parent"android:layout_height="35dp"android:ellipsize="marquee"android:focusable="true"android:focusableInTouchMode="true" android:gravity="center_vertical" android:paddingLeft="10dp" android:singleLine="true" android:text="消息:愛車的小伙伴們注意啦!這次活動馬上消息:愛車的小伙伴們注意啦!這次活動馬上消息:愛車的小伙伴們注意啦!這次活動馬上" android:textColor="@color/orange_red" android:textSize="@dimen/text_big" />
?