跑马灯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="中国移动移动也不动,中国联通到底痛不痛,中国电信到底信不信!" />
本文介绍如何在Android应用中使用TextView组件实现跑马灯效果,通过设置特定属性来滚动显示文本。

被折叠的 条评论
为什么被折叠?



