摘要: 第一种方法(很普遍,很简单的在xml布局文件中设置TextView的属性):重要代码: //设置为跑马灯显示 android:ellipsize="marquee" //获取焦点 android:focusable="true" //可以通过toucth来获得focus android:foc... 阅读全文
posted @ 2015-12-10 16:57 奋斗者—cyf 阅读(23681) 评论(1) 推荐(0)