android fragment与fragment怎么回调
1个回答
展开全部
静态fragment的xml布局写法:
<RelativeLayout 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">
<fragment
android:id="@+id/fragment_left_newstitle " 以便于在代码中操作该碎片
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:name="com.qf.fragment.LeftFragment" /> 自定义的Fragment 子类的全限定名 (包名加类名), 在该类中的onCre
ateView方法中,指定使用哪一个碎片的布局文件
</RelativeLayout>
<RelativeLayout 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">
<fragment
android:id="@+id/fragment_left_newstitle " 以便于在代码中操作该碎片
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:name="com.qf.fragment.LeftFragment" /> 自定义的Fragment 子类的全限定名 (包名加类名), 在该类中的onCre
ateView方法中,指定使用哪一个碎片的布局文件
</RelativeLayout>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询