Android 文字跑马灯效果
下面的内容是在xml布局文件中设置的TextView实现跑马灯效果的代码: android:layout_width="100dip" android:layout_height="wrap_content" android:text="123456跑马灯789123" android:singleLine="true"