首页 > 移动平台 > 详细

Android textview 跑马灯 要加的属性

时间:2014-12-17 22:47:18      阅读:315      评论:0      收藏:0      [点我收藏+]
<TextView android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@android:color/white" 
android:ellipsize="marquee" 
android:focusable="true"
android:singleLine = "true"
android:marqueeRepeatLimit="marquee_forever" 
android:focusableInTouchMode="true" 
android:scrollHorizontally="true"
android:text="这才是真正的文字跑马灯效果 | 这才是真正的文字跑马灯效果"
/>


Android textview 跑马灯 要加的属性

原文:http://my.oschina.net/547217475/blog/357391

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!