在activity的xml檔案中的
<TextView>
标簽中設定以下屬性:
- 設定屬性
android:singleLine=true
-
android:ellipsize="marquee"
- 循環次數
,當值為“-1”或者“marque_forever”時會一直跑。android:marqueeRepeatLimit
- 設定獲得焦點狀态
和android:focusable="true"
android:focusableInTouchMode="true"