TextView跑马灯效果

    <TextView android:layout_width="100px"
        android:layout_height="wrap_content"        android:ellipsize="marquee"
        android:focusable="true"
        android:focusableInTouchMode="true"
        android:marqueeRepeatLimit="marquee_forever"
        android:scrollHorizontally="true"
        android:singleLine="true"
        android:width="350dp" android:text
="这才是真正的文字跑马灯效果"/>

 

posted @ 2012-12-28 12:43  qiangzhu  阅读(147)  评论(0编辑  收藏  举报