安卓跑马灯

 <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>

posted on 2016-05-16 15:06  天空很大,我们很小  阅读(122)  评论(0编辑  收藏  举报