Android 跑马灯效果 自动滚动

2019-11-13  本文已影响0人  hsw313

xml设置

<TextView  android:layout_width="200dp"
    android:layout_height="wrap_content"
    android:padding="10dp"
    android:background="@android:color/black"
    android:text="我是跑马灯、我是跑马灯、我是跑马灯"
    android:singleLine="true"
    android:ellipsize="marquee"
    android:scrollHorizontally="true"
    android:marqueeRepeatLimit="marquee_forever"
    android:focusableInTouchMode="true"
    android:focusable="true"
    android:textColor="@android:color/white" />  
上一篇 下一篇

猜你喜欢

热点阅读