获取LayoutInflater的三种方式

1、LayoutInflater.from(mContext);

2、Activity类的getLayoutInflater

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

posted @ 2014-09-23 19:18  mfrbuaa  阅读(135)  评论(0)    收藏  举报