fragment_library.xml 443 B

12345678910111213
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. android:orientation="vertical">
  5. <android.support.v4.view.ViewPager
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent"
  8. android:id="@+id/view_pager">
  9. </android.support.v4.view.ViewPager>
  10. </LinearLayout>