关安卓里面的Activity添加一个Fragment,我添加了,但是在Activity里面不显示。
android.support.v4.app.FragmentManagerfm=getSupportFragmentManager();Fragmentfragment...
android.support.v4.app.FragmentManager fm = getSupportFragmentManager();
Fragment fragment = fm.findFragmentById(R.id.framentContainer);
if(fragment == null){
fragment = new CrimeFragment();
fm.beginTransaction().add(R.id.framentContainer,fragment).commit();
}
}
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/framentContainer"/> 展开
Fragment fragment = fm.findFragmentById(R.id.framentContainer);
if(fragment == null){
fragment = new CrimeFragment();
fm.beginTransaction().add(R.id.framentContainer,fragment).commit();
}
}
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/framentContainer"/> 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏5(财富值+成长值)
1个回答
2015-09-17 · 知道合伙人软件行家
关注
展开全部
fm.beginTransaction().add(R.id.framentContainer,fragment).commit();
R.id.framentContaine 这个必须是FramLayout,并且不能有其它布局挡住
R.id.framentContaine 这个必须是FramLayout,并且不能有其它布局挡住
追问
就是FramLayout布局,这个布局在主activity的linearout布局中,但是界面不显示。
追答
那就是Fragment的 createView的问题了,fragment中需要返回一个view
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
大雅新科技有限公司
2024-11-19 广告
2024-11-19 广告
这方面更多更全面的信息其实可以找下大雅新。深圳市大雅新科技有限公司从事KVM延长器,DVI延长器,USB延长器,键盘鼠标延长器,双绞线视频传输器,VGA视频双绞线传输器,VGA延长器,VGA视频延长器,DVI KVM 切换器等,优质供应商,...
点击进入详情页
本回答由大雅新科技有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询