获取LayoutInflater的三种方式
1、LayoutInflater.from(mContext);
2、Activity类的getLayoutInflater
3、(LayoutInflater)mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
1、LayoutInflater.from(mContext);
2、Activity类的getLayoutInflater
3、(LayoutInflater)mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);