我们只需要在TextView里面添加如下属性即可:
android:singleLine=\”true\”
android:ellipsize=\”marquee\”
android:marqueeRepeatLimit=\”marquee_forever\”
android:focusable=\”true\”
android:focusableInTouchMode=\”true\”
我们只需要在TextView里面添加如下属性即可:
android:singleLine=\”true\”
android:ellipsize=\”marquee\”
android:marqueeRepeatLimit=\”marquee_forever\”
android:focusable=\”true\”
android:focusableInTouchMode=\”true\”