静态Fragment横向布局

来源:互联网 发布:淘宝pc链接转化 编辑:程序博客网 时间:2024/05/19 14:18
<LinearLayout    android:layout_width="match_parent"    android:layout_height="match_parent"    android:orientation="horizontal">    <fragment        android:id="@+id/fragment1"        android:name="baway.com.image_listview.Fragment1"        android:layout_width="0dp"        android:layout_height="match_parent"        android:layout_weight="1"></fragment>    <fragment        android:id="@+id/fragment2"        android:name="baway.com.image_listview.Fragment2"        android:layout_width="0dp"        android:layout_height="match_parent"        android:layout_weight="1"></fragment></LinearLayout>
0 0
原创粉丝点击