Android TextView Marquee的應用實例詳解
在吉安等地區,都構建了全面的區域性戰略布局,加強發展的系統性、市場前瞻性、產品創新能力,以專注、極致的服務理念,為客戶提供成都做網站、成都網站制作 網站設計制作按需網站開發,公司網站建設,企業網站建設,品牌網站設計,營銷型網站,外貿營銷網站建設,吉安網站建設費用合理。
親測可能。直接上代碼。
Xml代碼
<TextView android:id="@+id/toolbar_title" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:fadingEdge="none" android:focusable="true" android:focusableInTouchMode="true" android:freezesText="true" android:ellipsize="marquee" android:marqueeRepeatLimit="marquee_forever" android:singleLine="true" android:scrollHorizontally="true" android:textColor="#fff" android:textSize="16sp" />
mToolbarTitle.setSelected(true);
說明:
XML 中以下幾行是必須的:
android:ellipsize="marquee" android:marqueeRepeatLimit="marquee_forever" android:singleLine="true"
最后別忘了,JAVA 中還需要調用 TextView 的 setSelected(true) 方法。
特別注意:
目前發現,android:singleLine="true" 這種寫法需要已經被廢棄了,但是目前只能這么寫 Marquee 才能生效。如果換成最新的寫法 android:maxLines="1",你會發現,Marquee 并不能滾動。不知道為什么。如果有知道原因的,或者有更好的寫法的,
以上就是Android TextView Marquee的實例詳解,如有疑問請留言或者到本站社區交流討論,感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!
新聞標題:AndroidTextViewMarquee的應用實例詳解
文章出自:http://vcdvsql.cn/article24/pcdjje.html
成都網站建設公司_創新互聯,為您提供做網站、網站維護、網頁設計公司、虛擬主機、網站設計公司、搜索引擎優化
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯