安卓跑马灯
<TextView
android:id="@+id/menu_desc"
android:layout_width="300dip"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:text="温馨提示:左右滑动更改菜单,点击进入-------------跑---马---灯-----------"
android:textColor="#f00"
android:textSize="22dip" >
</TextView>