xml 自动滚动文本视图textview跑马灯效果

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 自动滚动文本视图textview跑马灯效果相关的知识,希望对你有一定的参考价值。

<TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:singleLine="true"
        android:scrollHorizontally="true"
        android:ellipsize="marquee"
        android:marqueeRepeatLimit ="marquee_forever"
        android:focusable="true"
        android:focusableInTouchMode="true"
        android:text="Hello Android.. I am android developer and developing this auto scroll text view via XML." />
        
        xml没有设置select 属性 代码里面设置select属性 就可以实现跑马灯效果

以上是关于xml 自动滚动文本视图textview跑马灯效果的主要内容,如果未能解决你的问题,请参考以下文章

安卓之文本视图TextView及跑马灯效果

如何实现控件TextView的跑马灯效果

android垂直TextView怎么能让它自动滚动

在 ListView 中添加 TextView 跑马灯效果失败

android TextView实现跑马灯效果(字体滚动)

如何让TextView总是跑走马灯效果