天天看點

布局xml 轉 view

LayoutInflater inflater = (LayoutInflater)mContext.getSystemService(mContext.LAYOUT_INFLATER_SERVICE);

View convertView = inflater.inflate(R.layout.bottom_nav_item, null);