码迷,mamicode.com
首页 > 其他好文 > 详细

加载view 的方法 获得LayoutInflater的三种方法

时间:2015-09-21 19:26:11      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:

  1. 调用Activity的getLayoutInflater()方法

LayoutInflater inflater = getLayoutInflater();

**View view = inflater.inflate(R.layout.xx);

  1. LayoutInflater inflater=LayoutInflater.from(context);
  2. LayoutInflater inflater=

(LayoutInflater)context.getSystemService(Context.LAYOUTINFLATER_SERVICE);

加载view 的方法 获得LayoutInflater的三种方法

标签:

原文地址:http://www.cnblogs.com/mada0/p/4826783.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!