TextView 设置跑马灯效果
TextView 添加以下属性 长度不够不会滚动 可以考虑加上空格
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
TextView 设置跑马灯效果
TextView 添加以下属性 长度不够不会滚动 可以考虑加上空格
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"