activity_order_fragment.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:zhy="http://schemas.android.com/apk/res/com.dongkesoft.ibossmini"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:fitsSystemWindows="true" >
  7. <include
  8. android:id="@+id/ll_title"
  9. layout="@layout/fragment_title" />
  10. <com.dongkesoft.ibossmini.activity.approve.ViewPagerIndicator
  11. android:id="@+id/vpi_merger"
  12. android:layout_width="match_parent"
  13. android:layout_height="45dp"
  14. android:layout_below="@id/ll_title"
  15. android:background="#ffff"
  16. android:orientation="horizontal"
  17. zhy:item_count="2" >
  18. </com.dongkesoft.ibossmini.activity.approve.ViewPagerIndicator>
  19. <com.dongkesoft.ibossmini.photo.util.NoScrollViewPager
  20. android:id="@+id/vp_nav"
  21. android:layout_width="fill_parent"
  22. android:layout_height="fill_parent"
  23. android:layout_below="@id/vpi_merger" >
  24. </com.dongkesoft.ibossmini.photo.util.NoScrollViewPager>
  25. </RelativeLayout>