| 12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:zhy="http://schemas.android.com/apk/res/com.dongkesoft.ibossmini"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:fitsSystemWindows="true" >
- <include
- android:id="@+id/ll_title"
- layout="@layout/fragment_title" />
- <com.dongkesoft.ibossmini.activity.approve.ViewPagerIndicator
- android:id="@+id/vpi_merger"
- android:layout_width="match_parent"
- android:layout_height="45dp"
- android:layout_below="@id/ll_title"
- android:background="#ffff"
- android:orientation="horizontal"
- zhy:item_count="2" >
- </com.dongkesoft.ibossmini.activity.approve.ViewPagerIndicator>
- <com.dongkesoft.ibossmini.photo.util.NoScrollViewPager
- android:id="@+id/vp_nav"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:layout_below="@id/vpi_merger" >
- </com.dongkesoft.ibossmini.photo.util.NoScrollViewPager>
- </RelativeLayout>
|