Android基于ViewPager Fragment实现选项卡

2019-12-10 19:50:37王旭

lay2.xml

 

 
  1. <!--?xml version="1.0" encoding="utf-8"?-->  <linearlayout xmlns:android="http://www.easck.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" android:background="#FF8684"> 
  2. </linearlayout> 

lay3.xml与lay2.xml类型

 

  1. <!--?xml version="1.0" encoding="utf-8"?-->  <linearlayout xmlns:android="http://www.easck.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" android:background="#1586FF"> 
  2. </linearlayout> 

main.xml

 

 
  1. <!--?xml version="1.0" encoding="utf-8"?-->  <linearlayout xmlns:android="http://www.easck.com/apk/res/android" xmlns:umadsdk="http://www.easck.com/apk/res/com.LoveBus" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical">