1. 程式人生 > >android 文字自動滑動,textview自動滑動

android 文字自動滑動,textview自動滑動

<TextView
android:id="@+id/tv_table_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:focusable="true"
android:textColor="#28c8b7"
android:focusableInTouchMode="true"
android:text="                              請記得離開前退出您的賬號                                      請記得離開前退出您的賬號"
android:marqueeRepeatLimit="marquee_forever" android:ellipsize="marquee" android:textSize="24sp" android:textStyle="bold" />