public class myView extends ConstraintLayout {
我称之为:
LayoutInflater.from(context).inflate(R.layout.header, this, true);
我懂了 inflate View ,但调用代码根本不使用它。那么它会产生怎样的影响呢?
inflate
View
此外,如果customView继承constraintLayout,但膨胀的xml是线性布局,会发生什么
为什么会有用?