LayoutInflater inflater = getLayoutInflater(); //Activity.getLayoutInflater() or Window.getLayoutInflater().
//LayoutInflater inflater = LayoutInflater.from(this); //Obtains the LayoutInflater from the given context.
//LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(LAYOUT_INFLATER_SERVICE);
View layout = inflater.inflate(R.layout.dialog,null);
Android中LayoutInflater实例
最新推荐文章于 2019-03-11 14:15:11 发布