其实你不懂:Android之TextView不常⽤的⼏个⽅法
这篇⽂章记录⼀下TextView中不常⽤的⼏个⽅法,直接上动图:
立春时节
TextView不常⽤⽅法效果.gif
s e tT e x tI s Se le ctab le(b oole an s e le ctab le):
唯美图片大全
tTextIsSelectable(boolean lectable)对应xml中的android:textIsSelectable,⽤于声明TextView中的内容是否可被选中。
tTextIsSelectable截图:
可选.png
s e tSe le ctA llOnF ocus(b oole an s e le ctA llOnF ocus):你的理想是什么
tSelectAllOnFocus(boolean lectAllOnFocus)对应xml中的android:lectAllOnFocus,⽤于声明TextView/EditText实例在获取焦点后是否选中全部内容。
tSelectAllOnFocus截图:
天然气工程可选+全选.png s e tHig hlig htC olor(@C olor I nt int color):
tHighlightColor(@ColorInt int color)对应xml中的android:textColorHighlight,⽤于声明TextView中被选中内容的⾼亮背景⾊。
tHighlightColor截图:
可选+选中⾼亮背景⾊.png
链接相关:
tAutoLinkMask(int mask)
tAutoLinkMask(int mask)对应xml中的android:autoLink,⽤于声明TextView实例可识别的链接类型。
tLinkTextColor(@ColorInt int color)
tLinkTextColor(@ColorInt int color)对应xml中的android:textColorLink,⽤于设置TextView实例中链接的颜⾊。
甜酒怎么做
财政学专业久雨初晴tLinksClickable(boolean whether)
瑶柱瘦肉粥
tLinksClickable(boolean whether)对应xml中的android:linksClickable,⽤于设置TextView实例中的链接是否可点击/点击是否执⾏对应动作。
s e tT e x tScale X(f loat s ize)
tTextScaleX(float size)对应xml中的android:textScaleX,⽤于设置TextView实例中⽂字横向拉伸倍数。
tTextScaleX截图(黄⾊⾼亮区域):