e2c0a3c8252d70698a964f7900e0acbe3407b488.svn-base 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. xmlns:app="http://schemas.android.com/apk/res-auto"
  7. android:orientation="vertical">
  8. <RelativeLayout
  9. android:background="@color/white"
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content">
  12. <android.support.design.widget.TabLayout
  13. android:layout_centerHorizontal="true"
  14. android:id="@+id/torview_tablayout"
  15. android:layout_marginTop="24dp"
  16. app:tabIndicatorFullWidth="false"
  17. android:layout_width="200dp"
  18. app:tabIndicatorColor="@color/black"
  19. android:layout_height="wrap_content"/>
  20. </RelativeLayout>
  21. <android.support.v4.view.ViewPager
  22. android:id="@+id/torview_viewpager"
  23. android:layout_width="match_parent"
  24. android:layout_height="match_parent"/>
  25. </LinearLayout>