TextView跑马灯必成五属性

来源:互联网 发布:中国 20年 人口 知乎 编辑:程序博客网 时间:2024/05/18 19:39

Textview跑马灯:

android:focusableInTouchMode="true" 

android:ellipsize="marquee"

android:focusable="true"

android:singleLine="true"

android:scrollHorizontally="true"

android:marqueeRepeatLimit="marquee_forever"   //若要不停的滚动用此属性