android的TextView跑馬燈效果屬性



<TextView
    android:id="@+id/id_tv_header_center_tv0"
    android:layout_width="150dp"
    android:layout_height="wrap_content"
    android:text=""
    android:textStyle="bold"
    android:textSize="17.0sp"
    android:textColor="#FFF"
    android:ellipsize="marquee"
    android:focusable="true" 
	android:marqueeRepeatLimit="marquee_forever" 
	android:focusableInTouchMode="true" 
	android:scrollHorizontally="true"
    android:singleLine="true"
    android:layout_marginBottom="@dimen/trend_header_margin"
    android:background="#0000" />
 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章