调了一天啊,按照网上的各种方法都试过,怎么都不滚动!!!
最后
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:singleLine="true"
这样就滚动了! 默认滚动次数就是无限次,所以不需要设置滚动次数。
本文介绍了一种让Android中TextView实现滚动显示的方法。通过设置特定属性如marquee模式、焦点相关属性及单行显示等,成功实现了文字滚动效果,并且默认为无限次滚动。
调了一天啊,按照网上的各种方法都试过,怎么都不滚动!!!
最后
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:singleLine="true"
这样就滚动了! 默认滚动次数就是无限次,所以不需要设置滚动次数。

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