activity_oaregister.xml 898 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. tools:context="com.xzjmyk.pm.activity.ui.erp.activity.oa.OARegisterActivity">
  8. <android.support.design.widget.TabLayout
  9. android:id="@+id/tabLayout"
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content"
  12. android:background="@color/item_color1"
  13. app:tabGravity="fill"
  14. app:tabMode="fixed" />
  15. <android.support.v4.view.ViewPager
  16. android:id="@+id/viewPager"
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent"
  19. android:layout_below="@+id/tabLayout" />
  20. </RelativeLayout>