Android的TextView文字滚动显示

<TextView
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:singleLine="true"
  android:marqueeRepeatLimit="marquee_forever"
  android:ellipsize="marquee"
  android:focusableInTouchMode="true"
  android:focusable="true"
  android:text="@string/hello_world" />

红色部分为关键代码!!

posted @ 2014-06-04 13:10  泡泡~  阅读(874)  评论(0编辑  收藏  举报