首页 > 其他 > 详细

textview文字横向滚动

时间:2015-04-14 09:40:22      阅读:222      评论:0      收藏:0      [点我收藏+]

<TextView
android:id="@+id/tv"
android:layout_width="match_parent"
android:layout_height="50dp"
android:gravity="center_vertical"
android:singleLine="true" //设置单行
android:ellipsize="marquee" //设置全部显示
android:focusable="true" //获取焦点
android:focusableInTouchMode="true" //获取焦点
android:text="存款保险制度是指银行等存款类金"/>

 

重写textview 的 isFocused() 方法,直接返回true

textview文字横向滚动

原文:http://www.cnblogs.com/guduey/p/4423937.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!