摘要: 1、 Textview跑马灯效果: 实现起来比较简单,只需对Textview控件添加如下属性: android:ellipsize="marquee" android:focusable="true" android:focusableInTouchMode="true" android:marqueeRepeatLimit="marquee_forever" android:scrollHorizontally="true"android:ellipsize:设置当文字过长时,该控件该如何显示 阅读全文
posted @ 2013-01-22 14:18 追忆似水年华02 阅读(168) 评论(0) 推荐(0)