Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.81 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    android:layout_width="match_parent"
  3.    android:layout_height="match_parent"
  4.    xmlns:app="http://schemas.android.com/apk/res-auto">
  5.  
  6.     <android.support.design.widget.TabLayout
  7.        android:id="@+id/tabLayout"
  8.        android:scrollbars="horizontal"
  9.        android:layout_width="match_parent"
  10.        android:layout_height="wrap_content"
  11.        app:layout_scrollFlags="scroll|enterAlways" />
  12.  
  13.     <android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
  14.        android:id="@+id/pager"
  15.        android:layout_width="match_parent"
  16.        android:layout_height="match_parent"
  17.        android:layout_below="@+id/tabLayout">
  18.         </android.support.v4.view.ViewPager>
  19. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement