//直接在TextView 中設(shè)置以下屬性
??????????? android:ellipsize="marquee"
? ? ? ? ? ? android:marqueeRepeatLimit="marquee_forever"
? ? ? ? ? ? android:scrollHorizontally="true"
? ? ? ? ? ? android:focusable="true"
? ? ? ? ? ? android:focusableInTouchMode="true"
? ? ? ? ? ? android:singleLine="true"