TextView跑马灯效果
<TextView android:layout_width="100px" android:layout_height="wrap_content" android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:width="350dp" android:text="这才是真正的文字跑马灯效果"/>