android的textView跑马灯

在xml里面加上:


 android:singleLine="true"

android:ellipsize="marquee"
android:focusable="true" 
  android:marqueeRepeatLimit="marquee_forever"   
  android:focusableInTouchMode="true" 

你可能感兴趣的:(android的textView跑马灯)