TextView跑马灯 "滚动字幕"

//直接在TextView 中设置以下属性


            android:ellipsize="marquee"

            android:marqueeRepeatLimit="marquee_forever"

            android:scrollHorizontally="true"

            android:focusable="true"

            android:focusableInTouchMode="true"

            android:singleLine="true"

你可能感兴趣的:(TextView跑马灯 "滚动字幕")