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" />

猜你喜欢

转载自blog.csdn.net/qq_36488374/article/details/80729299