android跑马灯效果

代码如下:

    <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跑马灯效果,,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。