引用:http://www.cnblogs.com/playing/archive/2011/03/24/1994090.html
LayoutInflater inflater = (LayoutInflater)mContext.getSystemService(mContext.LAYOUT_INFLATER_SERVICE);
View convertView = inflater.inflate(R.layout.bottom_nav_item, null);
引用:http://www.cnblogs.com/playing/archive/2011/03/24/1994090.html
LayoutInflater inflater = (LayoutInflater)mContext.getSystemService(mContext.LAYOUT_INFLATER_SERVICE);
View convertView = inflater.inflate(R.layout.bottom_nav_item, null);
转载于:https://www.cnblogs.com/sode/archive/2012/04/18/2456187.html