Skip to content

Instantly share code, notes, and snippets.

@manishkpr
Created December 30, 2016 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manishkpr/fd40d6d98b847f57c4c09b8ca5f920c1 to your computer and use it in GitHub Desktop.
Save manishkpr/fd40d6d98b847f57c4c09b8ca5f920c1 to your computer and use it in GitHub Desktop.
<?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