LayoutInflater inflater = getLayoutInflater();
**View view = inflater.inflate(R.layout.xx);
(LayoutInflater)context.getSystemService(Context.LAYOUTINFLATER_SERVICE);
加载view 的方法 获得LayoutInflater的三种方法
原文:http://www.cnblogs.com/mada0/p/4826783.html