表示听不懂。。
左边和下面占的空间太大,代码不能一下子看全。
老师,速度快没事,我多看两次就好,可是你都是在敲代码,没讲干嘛用的,作为新手我听不懂。
左边和下面占的空间太大,代码不能一下子看全。
老师,速度快没事,我多看两次就好,可是你都是在敲代码,没讲干嘛用的,作为新手我听不懂。
2015-07-20
mTextBound.height()这里报空指针了,原来我将public ChangeColorIconWithText(Context context) {
this(context,null);
}
public ChangeColorIconWithText(Context context, AttributeSet attrs) {
this(context, attrs,0);
}
的this都写成super了
this(context,null);
}
public ChangeColorIconWithText(Context context, AttributeSet attrs) {
this(context, attrs,0);
}
的this都写成super了
2015-07-18