首页 > 移动平台 > 详细

android跑马灯效果

时间:2014-04-06 22:39:32      阅读:628      评论:0      收藏:0      [点我收藏+]

代码如下:

    <TextView
        android:id="@+id/indexgallerytv"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:ellipsize="marquee"
        android:focusable="true"
        android:focusableInTouchMode="true"
        android:gravity="left|center"
        android:marqueeRepeatLimit="marquee_forever"
        android:paddingLeft="20dip"
        android:paddingRight="20dip"
        android:scrollHorizontally="true"
        android:singleLine="true"
        android:text="问:什么比七个工作日更让人不爽?答:第八个(debug)。我有个比Windows7好14倍的操作系统,我叫它Windows 98"
        android:textColor="#ffffff"
        android:textSize="20dip" />


android跑马灯效果,布布扣,bubuko.com

android跑马灯效果

原文:http://blog.csdn.net/laijunpeng/article/details/23031939

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