fragment 动态加载的时候 注意
begintraslation.add()报错 view not found for id xxx fragment
解决方法:
setContentView(xxx)的时候注意在add()将view设置成container即将setcontentview中的layout传进去。
fragment 动态加载的时候 注意
begintraslation.add()报错 view not found for id xxx fragment
解决方法:
setContentView(xxx)的时候注意在add()将view设置成container即将setcontentview中的layout传进去。