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" />
红色部分为关键代码!!

浙公网安备 33010602011771号