最简单的跑马灯

<TextView
    android:singleLine="true"
    android:ellipsize="marquee"
    android:text="大王让我来巡山,寻了南山寻北山,大王让我来巡山,寻了南山寻北山,大王让我来巡山,寻了南山寻北山,大王让我来巡山,寻了南山寻北山"
    android:background="@color/colorAccent"
    android:textSize="30sp"
    android:textColor="#ffffff"
    android:padding="10dp"
    android:focusableInTouchMode="true"
    android:marqueeRepeatLimit="marquee_forever"
    android:focusable="true"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />

猜你喜欢

转载自blog.csdn.net/qq_43573190/article/details/84890952
今日推荐