当前位置:操作系统 > 安卓/Android >>

[Android1.5]TextView跑马灯效果

<TextView android:layout_width="100px"
android:layout_height="wrap_content"
android:textColor="@android:color/white"  
android:ellipsize="marquee"  
android:focusable="true"  
android:marqueeRepeatLimit="marquee_forever"  
android:focusableInTouchMode="true"  
android:scrollHorizontally="true"
android:text="这才是真正的文字跑马灯效果"

</TextView>
补充:移动开发 , Android ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,