Skip to content

Releases: lygttpod/SuperTextView

V1.1.1

19 Jan 04:13
Compare
Choose a tag to compare

1、SuperTextview和CommonTextview新增点击时候自定义选中和默认背景效果
2、CommonTextview新增中间布局左对齐属性
两个属性配合使用
ctv:cIsCenterAlignLeft="true"
ctv:cCenterViewMarginLeft="200dp"

V1.1

17 Jan 07:41
Compare
Choose a tag to compare

修复SuperTextView和CommonTextView点击事件被子View消耗掉的bug

V1.0.9

06 Jan 09:03
Compare
Choose a tag to compare

SuperTextView 新增:左右图标可自定义显示大小
stv:sLeftIconWidth="30dp"
stv:sLeftIconHeight="30dp"

                                stv:sRightIconWidth="30dp"
                                stv:sRightIconHeight="30dp"

V1.0.8

22 Dec 07:25
Compare
Choose a tag to compare

修复commontextview点击事件无效的bug

V1.0.7

25 Nov 03:17
Compare
Choose a tag to compare

CommonTtextView支持网络图片框加载图片

V1.0.6

24 Nov 10:58
Compare
Choose a tag to compare

新增SuperTextView的简化版CommonTtextView

V1.0.5

22 Nov 09:46
Compare
Choose a tag to compare

1、SuperTextView对分割线设置添加设置线宽和线的颜色值的方法,添加上下两个文字间距高度;
2、新增CommonTextView类,是SuperTextView的简化版,回归textview初心

V1.0.4

09 Nov 09:08
Compare
Choose a tag to compare

修改包名

V1.0.3

09 Nov 08:12
Compare
Choose a tag to compare

将SuperTextView库从Jcenter迁移到JitPack