小代码段

跑马灯TextView:

 <!-- 跑马灯效果,单独可用 -->
    <TextView
        android:layout_width="200dip"
        android:layout_height="wrap_content"
        android:ellipsize="marquee"
        android:focusable="true"
        android:focusableInTouchMode="true"
        android:marqueeRepeatLimit="marquee_forever"
        android:singleLine="true"
        android:text="中国移动移动也不动,中国联通到底痛不痛,中国电信到底信不信!" />



你可能感兴趣的:(小代码段)