最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Android TextView Marquee的應用實例詳解

 更新時間:2017年08月01日 16:24:00   作者:yhz61010  
這篇文章主要介紹了Android TextView Marquee的應用實例詳解的相關資料,這里說明使用方法及簡單實例和注意實現(xiàn),需要的朋友可以參考下

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) 方法。

特別注意:

目前發(fā)現(xiàn),android:singleLine="true" 這種寫法需要已經(jīng)被廢棄了,但是目前只能這么寫 Marquee 才能生效。如果換成最新的寫法 android:maxLines="1",你會發(fā)現(xiàn),Marquee 并不能滾動。不知道為什么。如果有知道原因的,或者有更好的寫法的,

以上就是Android TextView Marquee的實例詳解,如有疑問請留言或者到本站社區(qū)交流討論,感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!

相關文章

最新評論

航空| 宾川县| 聊城市| 会昌县| 伊通| 弋阳县| 孝义市| 肥东县| 札达县| 安徽省| 大余县| 修武县| 刚察县| 仁寿县| 石柱| 马鞍山市| 洛川县| 寿阳县| 宣城市| 云安县| 清新县| 新田县| 天柱县| 泸定县| 沅陵县| 通道| 剑阁县| 黔西县| 蒲城县| 澳门| 湘乡市| 平安县| 凌云县| 资中县| 宁陵县| 新巴尔虎左旗| 根河市| 双柏县| 嵊州市| 洛扎县| 井冈山市|