您的位置:首页 > 其它

TextView跑马灯效果

2015-07-07 11:32 204 查看
<TextView

android:id="@+id/txt"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:ellipsize="marquee"

android:focusable="true"

android:focusableInTouchMode="true"

android:marqueeRepeatLimit="marquee_forever"

android:singleLine="true"

android:text="显示内容"

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