blob: 0f80727fb36cd26d65cb631b0352703685a8b3ed [file] [log] [blame]
alision5cfc35d2013-07-11 15:11:39 -04001<RelativeLayout 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
6 <android.support.v4.view.ViewPager
7 android:id="@+id/pager"
8 android:layout_width="match_parent"
Alexandre Lisionafd40e42013-10-15 13:48:37 -04009 android:layout_height="match_parent" />
alision5cfc35d2013-07-11 15:11:39 -040010
11</RelativeLayout>