zzz_tab_viewpager.xml 812 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical">
  6. <TabWidget
  7. android:id="@+id/zzz_tabWidget"
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:divider="@drawable/zzz_tabwidget_divider"/>
  11. <View
  12. android:layout_width="match_parent"
  13. android:layout_height="1dip"
  14. android:background="@color/zzz_help_horizental_line_color"/>
  15. <android.support.v4.view.ViewPager
  16. android:id="@+id/zzz_viewPager"
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent"/>
  19. </LinearLayout>