天天看點

android實作跑馬燈效果

布局配置檔案中: 
           
<TextView
        android:layout_width="fill_parent"
        android:layout_height="match_parent"
        android:text="啊實打實大師打死打傷打死打傷打死打傷打死打傷打" 
        android:singleLine="true"
        android:ellipsize="marquee"
        android:marqueeRepeatLimit="marquee_forever"
        android:focusable="true"
        android:focusableInTouchMode="true"
        />
           

版權聲明:本文為部落客原創文章,未經部落客允許不得轉載。

轉載于:https://www.cnblogs.com/shipeng22022/p/4614063.html