你的位置:首页 > 软件开发 > 操作系统 > 使用ViewPager显示Fragment集合

使用ViewPager显示Fragment集合

发布时间:2015-11-20 19:01:06
要注意包都要保持一致 ,在本文中是support.v4,不然会出现各种错误activity_main. 1 <RelativeLayout ="http://schemas.android.com/apk/res/android" 2 =" ...

要注意包都要保持一致 ,在本文中是support.v4,不然会出现各种错误

activity_main.

 1 <RelativeLayout ="http://schemas.android.com/apk/res/android" 2   ="http://schemas.android.com/tools" 3   android:layout_width="match_parent" 4   android:layout_height="match_parent" 5   tools:context="com.zzw.fragmentteb.MainActivity" > 6  7   <android.support.v4.view.ViewPager 8     android:id="@+id/view_pager" 9     android:layout_width="match_parent"10     android:layout_height="match_parent" />11 12 </RelativeLayout>

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:使用ViewPager显示Fragment集合

关键词:ie

ie
*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。