获取LayoutInflater的三种方式

1、LayoutInflater.from(mContext);

2、Activity类的getLayoutInflater

3、(LayoutInflater)mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);

原文地址:https://www.cnblogs.com/mfrbuaa/p/3989101.html