生成LayoutInflater的三种方式

来源:互联网 发布:拍照翻译作文软件 编辑:程序博客网 时间:2024/05/17 02:56

1、LayoutInflater inflater=LayoutInflater.from(this);

2、LayoutInflater inflater=getLayoutInflater();

3、LayoutInflater inflater=(LayoutInflater)this.getSystemService(LAYOUT_INFLATER_SERVICE);

原创粉丝点击