AI智能
改变未来

Android简单实现跑马灯效果

我们只需要在TextView里面添加如下属性即可:

android:singleLine=\”true\” 

android:ellipsize=\”marquee\” 

android:marqueeRepeatLimit=\”marquee_forever\” 

android:focusable=\”true\” 

android:focusableInTouchMode=\”true\”

赞(0) 打赏
未经允许不得转载:爱站程序员基地 » Android简单实现跑马灯效果