英文翻译是充气者,LayoutInflater可以通过布局文件得到一个view
LayoutInflater mInflater=LayoutInflater.from(context);
View v=mInflater.inflate(R.layout.item, null);
本文共 209 字,大约阅读时间需要 1 分钟。
英文翻译是充气者,LayoutInflater可以通过布局文件得到一个view
LayoutInflater mInflater=LayoutInflater.from(context);
View v=mInflater.inflate(R.layout.item, null);
转载于:https://www.cnblogs.com/meieiem/archive/2011/09/20/2182096.html