TextView实现自动滚动滚动.
必须有要四个属性: android:ellipsize="marquee"; android:focusable="true";android"focusableInTouchMode="true";android:singleLine="true";
<TextView
android: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" />