三种方式得到LayoutInflater

LayoutInflaterinflater=LayoutInflater.from(this);
  
LayoutInflaterinflater=getLayoutInflater();
  
LayoutInflaterinflater=(LayoutInflater)this.getSystemService(LAYOUT_INFLATER_SERVICE);

posted @ 2016-04-07 15:21  、朔风  阅读(102)  评论(0编辑  收藏  举报