<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/paomadeng" android:singleLine="true" android:ellipsize="marquee" android:focusable="true" android:focusableInTouchMode="true" />
1 回答
已采纳
习惯受伤
TA贡献885条经验 获得超1144个赞
解决方法有两种,1,重写textview,让focusable返回true(我记忆是这样的,具体哪个方法上电脑我看),优点:简单,快速。缺点:如果其他控件获取了焦点,滚动会变得一卡一卡的。2,自定义组件,优点:效果完美,缺点:需要自己写代码开发。
- 1 回答
- 0 关注
- 1124 浏览
添加回答
举报
0/150
提交
取消