LayoutInflater
inflate = LayoutInflater.from(
this
);
View
view = inflate.inflate(R.layout.main1,
null
);
setContentView(view);
LayoutInflater
inflate = LayoutInflater.from(
this
);
View
view = inflate.inflate(R.layout.main1,
null
);
setContentView(view);