<textview
android:layout_width="200px"
android:layout_height="wrap_content"
android:text="@string/hello"
android:singleLine="true" //设置为单行显示
android:ellipsize="marquee" //设置显示方式为跑马灯
android:marqueeRepeatLimit="marquee_forever" //设置循环方式为无限循环
android:focusable="true" //设置获取焦点
android:focusableInTouchMode="true" //已触摸方式获取焦点
/>
Android跑马灯
最新推荐文章于 2021-06-03 16:14:00 发布