您的位置:首页 > 其它

用textView实现跑马灯效果

2015-12-08 09:13 225 查看
原理很简单,只是定义textView的属性。

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="大王叫我来巡山啊 意义、、二一四一粉丝覅有合法的福利费斯夫妇都市服饰"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:singleLine="true"
android:gravity="center"
android:textSize="30sp"

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