我不确定这是否是您需要的,因为我不明白您为什么没有活动,请告诉我这是否是您想要的:
LayoutInflater inflater = (LayoutInflater) getContext()
.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
View myView = inflater.inflate(R.layout.main, null, false);
然后在视图上使用 findViewByIdmyView.findViewById(....)