标签:
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