TextView跑马灯效果
android:ellipsize="marquee" android:focusable="true" android:marqueeRepeatLimit="marquee_forever" android:focusableInTouchMode="true" android:scrollHorizontally="true"
@Overridepublic boolean isFocused() {return true;}