七库下载 手游攻略 手游攻略 android textview 字间距,安卓 textview

android textview 字间距,安卓 textview

时间:2024-04-23 21:10:00 来源:头条 浏览:0

要设置水平滚动,必须首先将: 添加到布局XML 文件中的TextView。

那么,如果你想直接将textview内容写入xml中,就按照上面的方法设置即可,但是如果你想通过.setText设置textview内容,则需要动态设置,并且水平滚动,请特别注意。

TextViewlayout_common_yys_textview_customerName=findViewById(R.id.layout_common_yys_textview_customerName);layout_common_yys_textview_customerName.setText(data.customerName);layout_common_yys_textview_customerName.setEllipsize(TextUtils.TruncateAt.MARQUEE);layout_common _yys_textview _customerName .setSingleLine(true);layout_common_yys_textview_customerName.setSelected(true);layout_common_yys_textview_customerName.setFocusable ( true );layout_common_yys_textview_customerName.setFocusableInTouchMode(true);

这就够了。如果字数超过文本视图框的宽度,它将自动水平滚动。如果不超过宽度,则正常显示。当然,还有其他方法。自己动手,自定义控件:

/** * 自定义TextView 并重写isFocused() 函数,使其始终返回true */public class MarqueTextView extends AppCompatTextView { public MarqueTextView(Context context, AttributeSet attrs, int defStyle) { super(context, attrs, defStyle ); } public MarqueTextView (上下文上下文,AttributeSet attrs) { super(context, attrs); } public MarqueTextView(Context context) { super(context); } @Override public boolean isFocused() { return true; }}

标题:android textview 字间距,安卓 textview
链接:https://www.7kxz.com/news/gl/23780.html
版权:文章转载自网络,如有侵权,请联系删除!
资讯推荐
更多
天地劫幽城再临归真4-5攻略:第四章归真4-5八回合图文通关教学

天地劫幽城再临归真4-5攻略:第四章归真4-5八回合图文通关教学[多图],天地劫幽城再临归真4-5怎么样八回合内通

2024-04-23
航海王热血航线艾尼路怎么玩?艾尼路加点连招攻略大全

航海王热血航线艾尼路怎么玩?艾尼路加点连招攻略大全[多图],航海王热血航线艾尼路怎么加点?艾尼路怎么连招?关

2024-04-23
坎公骑冠剑国际服怎么玩?国际服新手攻略

坎公骑冠剑国际服怎么玩?国际服新手攻略[多图],坎公骑冠剑国际服的玩法是什么样的?关于游戏中的一些新手玩法

2024-04-23
王者荣耀鸿运6+1地狱之眼怎么抽?鸿运抽奖地狱之眼概率获取攻略

王者荣耀鸿运6+1地狱之眼怎么抽?鸿运抽奖地狱之眼概率获取攻略[多图],王者荣耀鸿运抽奖活动的奖池中还有传说

2024-04-23