码迷,mamicode.com
首页 > 移动开发 > 详细

Android TextView跑马灯

时间:2014-06-30 21:09:08      阅读:304      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   color   width   for   

 1 <TextView
 2         android:layout_width="fill_parent"
 3         android:layout_height="wrap_content"
 4         android:layout_margin="20dp"
 5         android:ellipsize="marquee"
 6         android:focusable="true"
 7         android:focusableInTouchMode="true"
 8         android:marqueeRepeatLimit="marquee_forever"
 9         android:scrollHorizontally="true"
10         android:text="testtesttesttesttest"
11         android:textSize="20sp" />

红色字体的部分是必须要的。

Android TextView跑马灯,布布扣,bubuko.com

Android TextView跑马灯

标签:android   style   blog   color   width   for   

原文地址:http://www.cnblogs.com/cuixiaodong427/p/3816182.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!