码迷,mamicode.com
首页 > 其他好文 > 详细

textview文字横向滚动

时间:2015-04-14 09:41:29      阅读:134      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!