inflate: https://blog.csdn.net/u012702547/article/details/52628453
public View inflate(XmlPullParser parser, @Nullable ViewGroup root) {
return inflate(parser, root, root != null); // View view = inflate(parser, root, root != null); return view;
}