您的位置:首页 > 移动开发 > Android开发

android TextView实现跑马灯效果

2013-03-15 17:47 746 查看
<TextView

android:layout_width="160dip"

android:layout_height="wrap_content"

android:layout_marginTop="5dip"

android:ellipsize="marquee"

android:focusable="true"

android:focusableInTouchMode="true"

android:marqueeRepeatLimit="marquee_forever"

android:scrollHorizontally="true"

android:singleLine="true"

android:text="The Best Darme"

android:textColor="@color/white"

android:textSize="15sp" />
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: