返回
顶部

修改密码

[Android1.5]TextView跑马灯效果

+1

-1

收藏

+1

-1

点赞0

评论0

<TextView android:layout_width="100px"
android:layout_height="wrap_content"
android:textColor="@android:color/white"  
android:ellipsize="marquee"  
android:focusable="true"  
android:marqueeRepeatLimit="marquee_forever"  
android:focusableInTouchMode="true"  
android:scrollHorizontally="true"
android:text="这才是真正的文字跑马灯效果"

</TextView>

扫一扫在手机打开

评论
已有0条评论
0/150
提交
热门评论
相关推荐
今日要闻
换一批
热点排行