在activity的xml文件中的
<TextView>
标签中设置以下属性:
- 设置属性
android:singleLine=true
-
android:ellipsize="marquee"
- 循环次数
,当值为“-1”或者“marque_forever”时会一直跑。android:marqueeRepeatLimit
- 设置获得焦点状态
和android:focusable="true"
android:focusableInTouchMode="true"