context.obtainStyledAttributes
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ChangeColorIconWithText);
int n = a.getIndexCount();
打断点到这里发现n=2,但是switch里面是有四个选项,这个是什么回事
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ChangeColorIconWithText);
int n = a.getIndexCount();
打断点到这里发现n=2,但是switch里面是有四个选项,这个是什么回事
2016-04-08
举报