引用: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);