TextView实现自动滚动滚动.
生活随笔
收集整理的這篇文章主要介紹了
TextView实现自动滚动滚动.
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
必須有要四個屬性: android:ellipsize="marquee"; android:focusable="true";android"focusableInTouchMode="true";android:singleLine="true";
<TextViewandroid:layout_width="fill_parent"android:layout_height="35dp"android:ellipsize="marquee"android:focusable="true"android:focusableInTouchMode="true" android:gravity="center_vertical" android:paddingLeft="10dp" android:singleLine="true" android:text="消息:愛車的小伙伴們注意啦!這次活動馬上消息:愛車的小伙伴們注意啦!這次活動馬上消息:愛車的小伙伴們注意啦!這次活動馬上" android:textColor="@color/orange_red" android:textSize="@dimen/text_big" />?
轉載于:https://www.cnblogs.com/lomomiao/p/4895101.html
總結
以上是生活随笔為你收集整理的TextView实现自动滚动滚动.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【SQL】服务器环境下的SQL
- 下一篇: 事务的隔离界别