首页上一页 1 下一页尾页 1 条记录 1/1页
5.7我的完全按照书上敲的,可以运行,运行没有问题,就是有个不明白。书本187页
发表在Android图书答疑
2015-11-28
是否精华
是
否
版块置顶:
是
否
DetailFargment details=(DetailFargment) getFragmentManager().findFragmentById(R.id.detail);
我并没有设置 DetailFargment的id,而且在main.xml里也没有DetailFargment。但是我去追溯(R.id.detail的时候,发现它显示的是
<FrameLayout
android:id="@+id/detail"
android:layout_weight="2"
android:layout_width="0px"
android:layout_height="match_parent"
android:background="?android:attr/detailsElementBackground"/>
我不明白这个id它是找什么的。我并没有设置啊
我并没有设置 DetailFargment的id,而且在main.xml里也没有DetailFargment。但是我去追溯(R.id.detail的时候,发现它显示的是
<FrameLayout
android:id="@+id/detail"
android:layout_weight="2"
android:layout_width="0px"
android:layout_height="match_parent"
android:background="?android:attr/detailsElementBackground"/>
我不明白这个id它是找什么的。我并没有设置啊