TextView跑马灯
摘要:
TextView跑马灯textView跑马灯实现:1、定义textView标签的4个属性:android:singleLine="true"//使其只能单行android:ellipsize="marquee"//去掉省略号android:focusable ="true"//使其循环android... 阅读全文
posted @ 2015-09-14 23:54 纸玫瑰 阅读(105) 评论(0) 推荐(0)