<?xml version="1.0" encoding="utf-8"?> | |
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
android:layout_width="fill_parent" | |
android:layout_height="fill_parent" | |
android:background="@color/white" | |
android:orientation="vertical" > | |
<!-- ViewPager --> | |
<android.support.v4.view.ViewPager | |
android:layout_width="fill_parent" android:layout_height="fill_parent" | |
android:id="@+id/viewPager" /> | |
<!-- Footer --> | |
<include layout="@layout/footer" /> | |
</FrameLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment